https://github.com/python/cpython
Raw File
Tip revision: 11fc030b6f9294030f0baa15f3bd4e2293e260e4 authored by Benjamin Peterson on 05 December 2015, 19:45:17 UTC
2.7.11 final
Tip revision: 11fc030
__init__.py
"""The idlelib package implements the Idle application.

Idle includes an interactive shell and editor.
Use the files named idle.* to start Idle.

The other files are private implementations.  Their details are subject
to change.  See PEP 434 for more.  Import them at your own risk.
"""
back to top