mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Some checks are pending
Tests / (push) Blocked by required conditions
Tests / Windows MSI (push) Blocked by required conditions
Tests / Change detection (push) Waiting to run
Tests / Docs (push) Blocked by required conditions
Tests / Check if the ABI has changed (push) Blocked by required conditions
Tests / Check if Autoconf files are up to date (push) Blocked by required conditions
Tests / Check if generated files are up to date (push) Blocked by required conditions
Tests / Ubuntu SSL tests with OpenSSL (push) Blocked by required conditions
Tests / Android (aarch64) (push) Blocked by required conditions
Tests / Android (x86_64) (push) Blocked by required conditions
Tests / WASI (push) Blocked by required conditions
Tests / Hypothesis tests on Ubuntu (push) Blocked by required conditions
Tests / Address sanitizer (push) Blocked by required conditions
Tests / Sanitizers (push) Blocked by required conditions
Tests / Cross build Linux (push) Blocked by required conditions
Tests / CIFuzz (push) Blocked by required conditions
Tests / All required checks pass (push) Blocked by required conditions
Lint / lint (push) Waiting to run
gh-137777: Disband the 'Program Frameworks' chapter (GH-137796)
(cherry picked from commit eee6589c17)
Co-authored-by: rimchoi <hyerimc858@gmail.com>
13 lines
411 B
ReStructuredText
13 lines
411 B
ReStructuredText
:orphan:
|
|
|
|
.. _frameworks:
|
|
|
|
******************
|
|
Program frameworks
|
|
******************
|
|
|
|
This chapter is no longer maintained, and the modules it contained have been moved to their respective topical documentation.
|
|
|
|
* :mod:`cmd` — :doc:`Command Line Interface Libraries <./cmdlinelibs>`
|
|
* :mod:`shlex` — :doc:`Unix Specific Services <./unix>`
|
|
* :mod:`turtle` — :doc:`Graphical User Interfaces with Tk <./tk>`
|