• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1"""The idlelib package implements the Idle application.
2
3Idle includes an interactive shell and editor.
4Use the files named idle.* to start Idle.
5
6The other files are private implementations.  Their details are subject
7to change.  See PEP 434 for more.  Import them at your own risk.
8"""
9