]> 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)
commite93b63b74b101c65807af7d9311de70012a2e49d
tree9add8e90484b309ab34081c03c05faa19624a61b
parentc9e1dcdd5323b11d1d4e901dbc74287a2672bc04
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/NEWS
Modules/_io/fileio.c