]> granicus.if.org Git - python/commit
Issue #10872: The repr() of TextIOWrapper objects now includes the mode
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 9 Jan 2011 20:38:15 +0000 (20:38 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 9 Jan 2011 20:38:15 +0000 (20:38 +0000)
commita4815caa7ccf21aa994d0e0eec66873072f0e352
tree5ccb44937ddfdd59ebae4590d2f4cfc05dcced3d
parenta6c91f5e3b013be1447454b3a479d6fabbf16806
Issue #10872: The repr() of TextIOWrapper objects now includes the mode
if available.

(at Georg's request)
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/textio.c