[issue21859] Add Python implementation of FileIO

Serhiy Storchaka report at bugs.python.org
Mon Mar 23 13:34:41 CET 2015


Serhiy Storchaka added the comment:

Restored first os.fstat() (however it now is redundant) and addressed most other Victor's comments.

In general I prefer EAFP over BDFL, and often "except AttributeError" looks better to me than getattr().

----------
Added file: http://bugs.python.org/file38653/pyio_fileio_8.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21859>
_______________________________________


More information about the Python-bugs-list mailing list