[Python-checkins] cpython (2.7): Issue #27310: remove vestigial import in IDLE.app

ned.deily python-checkins at python.org
Mon Jun 13 20:28:33 EDT 2016


https://hg.python.org/cpython/rev/675569bee37f
changeset:   101985:675569bee37f
branch:      2.7
parent:      101951:f520ae3b537b
user:        Ned Deily <nad at python.org>
date:        Mon Jun 13 20:21:57 2016 -0400
summary:
  Issue #27310: remove vestigial import in IDLE.app

files:
  Mac/IDLE/idlemain.py |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Mac/IDLE/idlemain.py b/Mac/IDLE/idlemain.py
--- a/Mac/IDLE/idlemain.py
+++ b/Mac/IDLE/idlemain.py
@@ -68,8 +68,6 @@
         break
 
 # Now it is safe to import idlelib.
-from idlelib import macosxSupport
-macosxSupport._appbundle = True
 from idlelib.PyShell import main
 if __name__ == '__main__':
     main()

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list