-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
gh-139707: Add docs for optional modules #140171
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
Changes from 10 commits
d89a92d
3cff681
f8f2161
c8f3521
b9de785
9f2c9e5
145f0fc
cd7b042
2f91ce5
12bf464
644a7d5
88dc122
7a7050b
46d8713
d62c851
1146543
828c391
45f4ec3
66ac795
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| This is an :term:`optional module`. | ||
| If it is missing from your copy of CPython, | ||
| look for documentation from your distributor (that is, | ||
| whoever provided Python to you). | ||
| If you are the distributor, see :ref:`optional-module-requirements`. | ||
|
|
||
| .. Notes similar wording appear in these module docs: | ||
encukou marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - zipfile | ||
| - tarfile | ||
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -37,6 +37,9 @@ IDLE has the following features: | |||||||||
|
|
||||||||||
| * configuration, browsers, and other dialogs | ||||||||||
|
|
||||||||||
| .. include:: ../includes/optional-module.rst | ||||||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is the appropriate place for this, rather than buried in the idlelib entry at the end. Possible suggestion to make the include fit even better.
Suggested change
with I am also considering adding ":mod:
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks! I added this suggestion. |
||||||||||
|
|
||||||||||
|
|
||||||||||
| Menus | ||||||||||
encukou marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||||||
| ----- | ||||||||||
|
|
||||||||||
|
|
||||||||||
Uh oh!
There was an error while loading. Please reload this page.