1"""The idlelib package implements the Idle application. 2 3Idle includes an interactive shell and editor. 4Starting with Python 3.6, IDLE requires tcl/tk 8.5 or later. 5Use 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""" 10testing = False # Set True by test.test_idle. 11