]> granicus.if.org Git - python/commit
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Sep 2013 18:46:33 +0000 (20:46 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Sep 2013 18:46:33 +0000 (20:46 +0200)
commit213fec4bff53e24626172a9963e4e90d62a3e082
tree43ded3d049f8561455bdc20851ac14ce27516dfc
parentab70a7dc41d697ba597aa271f2aea191f6734932
Issue #18876: The FileIO.mode attribute now better reflects the actual mode under which the file was opened.
Patch by Erik Bray.
Lib/test/test_fileio.py
Misc/ACKS
Misc/NEWS
Modules/_io/fileio.c