]> 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:03 +0000 (15:39 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 4 Aug 2013 19:39:03 +0000 (15:39 -0400)
commit95f34ab95959fa67d258043622744dae8519c5b2
tree3fbbe3a8bf381438abfc71fd5613e883b55dc4cf
parentc86d7e989c98d57449263201e826a52c15102a64
Issue #18151: Replace remaining Idle 'open...close' pairs with 'with open'.
Lib/idlelib/EditorWindow.py
Lib/idlelib/IOBinding.py
Lib/idlelib/ScriptBinding.py