Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into docilib
# Conflicts:
#	Doc/library/idle.rst
  • Loading branch information
terryjreedy committed Sep 3, 2022
commit 7250e068d113080bbd4b40015980da8a5c80542c
10 changes: 6 additions & 4 deletions Doc/library/idle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -984,16 +984,18 @@ beginning of config-extensions.def in the idlelib directory for further
information. The only current default extension is zzdummy, an example
also used for testing.


idlelib
^^^^^^^
-------

.. module:: idlelib
:synopsis: Implementation package for the IDLE shell/editor.

**Source code:** :source:`Lib/idlelib`

The Lib/idlelib package implements the IDLE application. See the top
of this file or content listing on the left for how to use IDLE.
--------------

The Lib/idlelib package implements the IDLE application. See the rest
of this page for how to use IDLE.

The files in idlelib are described in idlelib/README.txt. Access it
either in idlelib or click Help => About IDLE on the IDLE menu. This
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.