Skip to content

Commit 92d80c6

Browse files
authored
[3.13] gh-139707: Copy-strip change to idle.rst into idlelib (#143767)
Copy net new text in idle.rst from main to 3.13. Make 3.13 docs and copy-strip idle.html to idlelib/help.html. See #139707 (comment) and PR #143718 message for more. * Revert url to 'main' from '3.13' The branch in the source links in the revised help.html become '3.13' instead of 'main' because the html was generated from an edited 3.13 version of idle.rst instead being backported from main. This reversion avoids the possibility of future backport merge conflicts. The version makes no difference to the Help/IDLE doc display as the url is currently neither displayed nor linked to the link title -- 'Lib/idlelib'. If we do make the links live, we can use sys.version_info to replace 'main' when main is no longer the source branch.
1 parent 5616ef9 commit 92d80c6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Doc/library/idle.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ IDLE has the following features:
3737

3838
* configuration, browsers, and other dialogs
3939

40+
The IDLE application is implemented in the :mod:`idlelib` package.
41+
42+
This is an optional module. If it is missing from your copy of CPython, look for documentation from your distributor (that is, whoever provided Python to you).
43+
If you are the distributor, see Requirements for optional modules.
44+
4045
Menus
4146
-----
4247

Lib/idlelib/help.html

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)