]> 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:34:21 +0000 (15:34 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 25 Jan 2013 13:34:21 +0000 (15:34 +0200)
commitb1b3c0dfef5fbbd6fb2247758216bb1cbc157dc5
treeb3aab8de79c4bcaf7f6c19f1dbe97be9f6fdc9ac
parent0c77bf757f94945b9e11a3d1f44ee47466866fd0
parent39e70a4e837a4ebfae009bc202ac274aa9005fb6
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