]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #9290: In IDLE the sys.std* streams now implement io.TextIOBase
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Jan 2013 13:30:58 +0000 (15:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Jan 2013 13:30:58 +0000 (15:30 +0200)
commit39e70a4e837a4ebfae009bc202ac274aa9005fb6
tree9327ac4ae34b55d631f7d22cc26c90029985c2a4
parent3e6e2ac31d8b847f65240f333e54322880adc914
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