break
# Now it is safe to import idlelib.
- from idlelib import macosxSupport
- macosxSupport._appbundle = True
-from idlelib.PyShell import main
+from idlelib.pyshell import main
if __name__ == '__main__':
main()
Python News
+++++++++++
-What's New in Python 3.5.3 release candidate 1?
-===============================================
++What's New in Python 3.6.0 alpha 3
++==================================
+
-Release date: TBA
++*Release date: XXXX-XX-XX*
+
-Core and Builtins
------------------
++IDLE
++++++
+
-Library
--------
++- Issue #27310: Fix IDLE.app failure to launch on OS X due to vestigial import.
+
+
-What's New in Python 3.5.2 final?
-=================================
+What's New in Python 3.6.0 alpha 2
+==================================
-Release date: 2016-06-26
+*Release date: XXXX-XX-XX*
Core and Builtins
-----------------