Staging
v0.8.1
Revision 1563f164e52d886d7f5ee7019bf176c8514b0243 authored by Benjamin Peterson on 11 June 2016, 21:46:26 UTC, committed by Benjamin Peterson on 11 June 2016, 21:46:26 UTC
1 parent 4b27f14
Raw File
__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