]> 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:52:14 +0000 (20:52 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 4 Sep 2013 18:52:14 +0000 (20:52 +0200)
commite619427f7eb17c370f31c6d4f7625eda8a0e9dce
tree7c14183bbff4e2935a6173f287ae210080b337d5
parent73821c47dcf56b02a30ab9ab524f0c0fc2875c22
parente93b63b74b101c65807af7d9311de70012a2e49d
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