We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b1f443 + 19e21e4 commit e371599Copy full SHA for e371599
Mac/IDLE/IDLE.app/Contents/Resources/idlemain.py
@@ -68,8 +68,6 @@
68
break
69
70
# Now it is safe to import idlelib.
71
-from idlelib import macosxSupport
72
-macosxSupport._appbundle = True
73
from idlelib.pyshell import main
74
if __name__ == '__main__':
75
main()
Misc/NEWS
@@ -2,6 +2,17 @@
2
Python News
3
+++++++++++
4
5
+What's New in Python 3.6.0 alpha 3
6
+==================================
7
+
8
+*Release date: XXXX-XX-XX*
9
10
+IDLE
11
+++++
12
13
+- Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.
14
15
16
What's New in Python 3.6.0 alpha 2
17
==================================
18
0 commit comments