]> 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:35:28 +0000 (15:35 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Jan 2013 13:35:28 +0000 (15:35 +0200)
commit4c9bae3d316956ffc566d4c28a2d48ec39e3cf12
tree7a1da2d41ddd7bc9091ad5ce6becc47408b31753
parent3f50bf652bae5e3371972eb261973238c62cc17b
parentb1b3c0dfef5fbbd6fb2247758216bb1cbc157dc5
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