]> granicus.if.org Git - python/commit
Issue #5761: Add the name of the underlying file to the repr() of various IO objects.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 May 2009 19:04:03 +0000 (19:04 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 23 May 2009 19:04:03 +0000 (19:04 +0000)
commit716c444edcac0f32c6d82d530db2e6495e3d2be9
treef63a8b6c4839ed622022eb5f1a8fab988b1847bc
parent744af4406406d8c96a5a368efbf6f377a7d79095
Issue #5761: Add the name of the underlying file to the repr() of various IO objects.
Lib/_pyio.py
Lib/test/test_fileio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c
Modules/_io/fileio.c
Modules/_io/textio.c