__init__.py 396 B

12345678910
  1. """The idlelib package implements the Idle application.
  2. Idle includes an interactive shell and editor.
  3. Starting with Python 3.6, IDLE requires tcl/tk 8.5 or later.
  4. Use the files named idle.* to start Idle.
  5. The other files are private implementations. Their details are subject to
  6. change. See PEP 434 for more. Import them at your own risk.
  7. """
  8. testing = False # Set True by test.test_idle.