]> granicus.if.org Git - python/commit
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Jan 2013 13:30:35 +0000 (15:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Jan 2013 13:30:35 +0000 (15:30 +0200)
commit9abc830c6a7b490f7ae248e5fa63c50e55d98ccc
tree4ceb8227f8339e56ba40a4612d56c8dc4ae1b10d
parent4e63fbe04dc23bf58e47ce3bd307797e084b83b8
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
interface and support all mandatory methods and properties.
Lib/idlelib/PyShell.py
Lib/idlelib/run.py
Misc/NEWS