Skip to content

Commit c3f7731

Browse files
committed
Issue python#24861: Add docstring to idlelib.__init__ with 'private' warning.
1 parent 09fbb20 commit c3f7731

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

Lib/idlelib/__init__.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
# Dummy file to make this a package.
1+
"""The idlelib package implements the Idle application.
2+
3+
Idle includes an interactive shell and editor.
4+
Use the files named idle.* to start Idle.
5+
6+
The other files are private implementations. Their details are subject to
7+
change. See PEP 434 for more. Import them at your own risk.
8+
"""

0 commit comments

Comments
 (0)