]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
IDLE: fix some RessourceWarning, reuse tokenize.open()
authorVictor Stinner <victor.stinner@haypocalc.com>
Thu, 1 Sep 2011 22:57:04 +0000 (00:57 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Thu, 1 Sep 2011 22:57:04 +0000 (00:57 +0200)
commit85c6772aecd9cdcd87c9f4ede62dce041f581890
tree241e1aa79315cac3ffb69ea5731e999a7ae3b999
parent0af0306396eb05c8c55951bc3dc04aa0a4c007ae
IDLE: fix some RessourceWarning, reuse tokenize.open()
Lib/idlelib/PyShell.py
Lib/idlelib/ScriptBinding.py