Sorry, something went wrong.
There was a problem hiding this comment.
Spotted a typo while here, cheers
Sorry, something went wrong.
There was a problem hiding this comment.
Suggestions to remove double-spaces, and to remove an unneeded sys.monitoring prefix from the function definitions -- they'll be added by Sphinx regardless as of the .. module:: directive at the top of the file, and removing them helps with line length/readability.
A
Sorry, something went wrong.
|
The patch mentiond for conf.py is: diff --git a/Doc/conf.py b/Doc/conf.py
index 16fd8bf2571..901b977fd71 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -157,6 +157,8 @@
('envvar', 'USER'),
('envvar', 'USERNAME'),
('envvar', 'USERPROFILE'),
+ # sys.monitoring ignores
+ ('py:class', 'range(6)'),
]
# Temporary undocumented names.
|
Sorry, something went wrong.
|
Is this getting backported to 3.12? |
Sorry, something went wrong.
|
Yes, it should be. |
Sorry, something went wrong.
|
Thanks @markshannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, something went wrong.
|
GH-108909 is a backport of this pull request to the 3.12 branch. |
Sorry, something went wrong.
Initial draft
📚 Documentation preview 📚: https://cpython-previews--107772.org.readthedocs.build/