Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: ca079a3ea30098aff3197c559a0e32d42dda6d84 authored by Benjamin Peterson on 29 April 2018, 22:47:33 UTC
bump to 2.7.15
Tip revision: ca079a3
__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