]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 4 Aug 2013 19:39:56 +0000 (15:39 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 4 Aug 2013 19:39:56 +0000 (15:39 -0400)
commitf9489436041b319ffab52eb1769d11849d68129d
tree4e54d54e1ebc435138eb8b5829bc97a39d77a09c
parentb67170114949f13c1eacf6d58a06482bb7b78dd0
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
Lib/idlelib/EditorWindow.py
Lib/idlelib/IOBinding.py
Lib/idlelib/ScriptBinding.py