Skip to content

[3.13] gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) #137831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
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
3 changes: 2 additions & 1 deletion Doc/library/cmdlinelibs.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _cmdlinelibs:

********************************
Command Line Interface Libraries
Command-line interface libraries
********************************

The modules described in this chapter assist with implementing
Expand All @@ -19,3 +19,4 @@ Here's an overview:
curses.rst
curses.ascii.rst
curses.panel.rst
cmd.rst
19 changes: 7 additions & 12 deletions Doc/library/frameworks.rst
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
:orphan:

.. _frameworks:

******************
Program Frameworks
Program frameworks
******************

The modules described in this chapter are frameworks that will largely dictate
the structure of your program. Currently the modules described here are all
oriented toward writing command-line interfaces.

The full list of modules described in this chapter is:


.. toctree::
This chapter is no longer maintained, and the modules it contained have been moved to their respective topical documentation.

turtle.rst
cmd.rst
shlex.rst
* :mod:`cmd` — :doc:`Command Line Interface Libraries <./cmdlinelibs>`
* :mod:`shlex` — :doc:`Unix Specific Services <./unix>`
* :mod:`turtle` — :doc:`Graphical User Interfaces with Tk <./tk>`
1 change: 0 additions & 1 deletion Doc/library/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ the `Python Package Index <https://pypi.org>`_.
internet.rst
mm.rst
i18n.rst
frameworks.rst
tk.rst
development.rst
debug.rst
Expand Down
3 changes: 2 additions & 1 deletion Doc/library/tk.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _tkinter:

*********************************
Graphical User Interfaces with Tk
Graphical user interfaces with Tk
*********************************

.. index::
Expand Down Expand Up @@ -39,6 +39,7 @@ alternative `GUI frameworks and tools <https://wiki.python.org/moin/GuiProgrammi
tkinter.dnd.rst
tkinter.ttk.rst
idle.rst
turtle.rst

.. Other sections I have in mind are
Tkinter internals
Expand Down
3 changes: 2 additions & 1 deletion Doc/library/unix.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.. _unix:

**********************
Unix Specific Services
Unix-specific services
**********************

The modules described in this chapter provide interfaces to features that are
Expand All @@ -11,6 +11,7 @@ of it. Here's an overview:

.. toctree::

shlex.rst
posix.rst
pwd.rst
grp.rst
Expand Down
Loading