xref: /third_party/python/Lib/idlelib/__init__.py (revision 7db96d56)
17db96d56Sopenharmony_ci"""The idlelib package implements the Idle application.
27db96d56Sopenharmony_ci
37db96d56Sopenharmony_ciIdle includes an interactive shell and editor.
47db96d56Sopenharmony_ciStarting with Python 3.6, IDLE requires tcl/tk 8.5 or later.
57db96d56Sopenharmony_ciUse the files named idle.* to start Idle.
67db96d56Sopenharmony_ci
77db96d56Sopenharmony_ciThe other files are private implementations.  Their details are subject to
87db96d56Sopenharmony_cichange.  See PEP 434 for more.  Import them at your own risk.
97db96d56Sopenharmony_ci"""
107db96d56Sopenharmony_citesting = False  # Set True by test.test_idle.
11