logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

__init__.py (396B)


  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.