cpython icon indicating copy to clipboard operation
cpython copied to clipboard

Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager`

Open Sachaa-Thanasius opened this issue 1 year ago โ€ข 3 comments
trafficstars

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.

Sachaa-Thanasius avatar May 10 '24 07:05 Sachaa-Thanasius

All commit authors signed the Contributor License Agreement.
CLA signed

cpython-cla-bot[bot] avatar May 10 '24 07:05 cpython-cla-bot[bot]

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.

bedevere-app[bot] avatar May 10 '24 07:05 bedevere-app[bot]

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.

bedevere-app[bot] avatar May 10 '24 18:05 bedevere-app[bot]

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.

bedevere-app[bot] avatar May 13 '24 17:05 bedevere-app[bot]

Thanks @Sachaa-Thanasius for the PR, and @JelleZijlstra for merging it ๐ŸŒฎ๐ŸŽ‰.. I'm working now to backport this PR to: 3.13. ๐Ÿ๐Ÿ’โ›๐Ÿค–

miss-islington-app[bot] avatar May 20 '24 14:05 miss-islington-app[bot]

GH-119211 is a backport of this pull request to the 3.13 branch.

bedevere-app[bot] avatar May 20 '24 14:05 bedevere-app[bot]