blob: 791ddeab79734013183e87da7b878f904b795e42 [file] [log] [blame]
Terry Jan Reedyc3f77312015-09-21 01:44:06 -04001"""The idlelib package implements the Idle application.
2
3Idle includes an interactive shell and editor.
Terry Jan Reedy1080d132016-06-09 21:09:15 -04004Starting with Python 3.6, IDLE requires tcl/tk 8.5 or later.
Terry Jan Reedyc3f77312015-09-21 01:44:06 -04005Use the files named idle.* to start Idle.
6
7The other files are private implementations. Their details are subject to
8change. See PEP 434 for more. Import them at your own risk.
9"""
Terry Jan Reedy7c153412016-06-26 17:48:02 -040010testing = False # Set True by test.test_idle.