Update pydoc_data/module_docs.py on release#336
Merged
hugovk merged 3 commits intopython:mainfrom Jan 28, 2026
Merged
Conversation
Added functionality to copy module_docs.py to pydoc_data.
Member
|
Please include some detail and rationale with PRs. Is this for the new file added in python/cpython#139995? Can you point to a bug the absence of this copy caused in 3.15.0a5? The above PR was backported to 3.13, will this PR raise a |
Member
Author
Yes, apologies. diff --git a/Lib/pydoc_data/module_docs.py b/Lib/pydoc_data/module_docs.py
index f6d84a60b43..59cbd27234a 100644
--- a/Lib/pydoc_data/module_docs.py
+++ b/Lib/pydoc_data/module_docs.py
@@ -1,4 +1,4 @@
-# Autogenerated by Sphinx on Sun Oct 12 12:02:22 2025
+# Autogenerated by Sphinx on Tue Jan 20 18:47:40 2026
# as part of the release process.
module_docs = {
@@ -23,7 +23,6 @@ module_docs = {
'bisect': 'bisect#module-bisect',
'builtins': 'builtins#module-builtins',
'bz2': 'bz2#module-bz2',
- 'cProfile': 'profile#module-cProfile',
'calendar': 'calendar#module-calendar',
'cgi': 'cgi#module-cgi',
'cgitb': 'cgitb#module-cgitb',
@@ -149,6 +148,7 @@ module_docs = {
'mailcap': 'mailcap#module-mailcap',
'marshal': 'marshal#module-marshal',
'math': 'math#module-math',
+ 'math.integer': 'math.integer#module-math.integer',
'mimetypes': 'mimetypes#module-mimetypes',
'mmap': 'mmap#module-mmap',
'modulefinder': 'modulefinder#module-modulefinder',
@@ -183,8 +183,10 @@ module_docs = {
'posix': 'posix#module-posix',
'pprint': 'pprint#module-pprint',
'profile': 'profile#module-profile',
- 'profiling.sampling': 'profile#module-profiling.sampling',
- 'pstats': 'profile#module-pstats',
+ 'profiling': 'profiling#module-profiling',
+ 'profiling.sampling': 'profiling.sampling#module-profiling.sampling',
+ 'profiling.tracing': 'profiling.tracing#module-profiling.tracing',
+ 'pstats': 'pstats#module-pstats',
'pty': 'pty#module-pty',
'pwd': 'pwd#module-pwd',
'py_compile': 'py_compile#module-py_compile', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CC @hugovk