cpython
cpython copied to clipboard
Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager`
The function name has an underscore. Without this, calling help can cause an exception.
Should be reproducible by calling help() in the repl on windows. I personally found it by calling it on sysconfig.get_config_var.
Doesnโt seem worthy of a news entry.
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.
If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.
If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.
If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.
Thanks @Sachaa-Thanasius for the PR, and @JelleZijlstra for merging it ๐ฎ๐.. I'm working now to backport this PR to: 3.13. ๐๐โ๐ค
GH-119211 is a backport of this pull request to the 3.13 branch.