| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…pythonGH-129116) (cherry picked from commit 01bcf13) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
# Conflicts: # Doc/tools/extensions/pyspecific.py
|
Will this also introduce the lint failure during the next release? |
Sorry, something went wrong.
I still haven't managed to reproduce the error (note this PR is fine). Local tests with the offending doctest line also seem fine. |
Sorry, something went wrong.
|
I can reproduce on main with: cd Doc
make clean venv pydoc-topics
cp build/pydoc-topics/topics.py ../Lib/pydoc_data/topics.pyIt adds a trailing space on line 5617. The release process does this, but the regular CI doesn't, so PRs will pass. |
Sorry, something went wrong.
|
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: PS> cd Doc
PS> python -m sphinx build -M pydoc-topics . build -aETW
PS> Move-Item build/pydoc-topics/topics.py ../Lib/pydoc_data/topics.py -Force
PS> git commit -am pydoc-topics
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 |
Sorry, something went wrong.
|
#130492 has now been merged, I'll apply the backport labels to it when these PRs are merged. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
(cherry picked from commit 01bcf13)
📚 Documentation preview 📚: https://cpython-previews--130441.org.readthedocs.build/