-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
[3.13] GH-121970: Extract pydoc_topics
into a new extension (#129116)
#130441
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
Conversation
…pythonGH-129116) (cherry picked from commit 01bcf13) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
pydoc_topics
into a new extension (#129116)pydoc_topics
into a new extension (#129116)
# Conflicts: # Doc/tools/extensions/pyspecific.py
Will this also introduce the lint failure during the next release? |
I still haven't managed to reproduce the error (note this PR is fine). Local tests with the offending doctest line also seem fine. |
I can reproduce on cd Doc
make clean venv pydoc-topics
cp build/pydoc-topics/topics.py ../Lib/pydoc_data/topics.py It adds a trailing space on line 5617. The release process does this, but the regular CI doesn't, so PRs will pass. |
This is very odd. I thought it might be my IDE stripping line endings, so I ran the following from a powershell terminal with my IDE closed:
A few changes, but nothing on 5617... I will attempt to try via WSL... Edit: Same result via WSL... $ cd Doc
$ make clean venv pydoc-topics
$ cp build/pydoc-topics/topics.py ../Lib/pydoc_data/topics.py
$ git commit -am tmp |
#130492 has now been merged, I'll apply the backport labels to it when these PRs are merged. |
(cherry picked from commit 01bcf13)
pyspecific
#121970📚 Documentation preview 📚: https://cpython-previews--130441.org.readthedocs.build/