-
-
Notifications
You must be signed in to change notification settings - Fork 30.8k
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
ipython breaks on Python-3.13.0b1 when a 'tempfilepager' is not defined #119185
Comments
version of packages used:
|
This is a typo it should be tempfile_pager |
graingert
added
triaged
The issue has been accepted as valid by a triager.
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
labels
May 19, 2024
11 tasks
terryjreedy
changed the title
ipython breaks on Python-3.13.0b1 with a 'tempfilepager' is not defined
ipython breaks on Python-3.13.0b1 when a 'tempfilepager' is not defined
May 19, 2024
We have already a PR for fix that: #118881 |
JelleZijlstra
pushed a commit
that referenced
this issue
May 20, 2024
…mpfile_pager` (#118881) Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager` The name with no underscore doesn't exist.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 20, 2024
…be `tempfile_pager` (pythonGH-118881) Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager` The name with no underscore doesn't exist. (cherry picked from commit 05e1dce) Co-authored-by: Thanos <111999343+Sachaa-Thanasius@users.noreply.github.com>
Fixed by 05e1dce |
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…be `tempfile_pager` (python#118881) Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager` The name with no underscore doesn't exist.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
on a windows Python-3.13.0b1 non-english
test:
result:
CPython versions tested on:
3.13
Operating systems tested on:
Windows
Linked PRs
_pyrepl.pager
:tempfilepager
should betempfile_pager
#118881_pyrepl.pager
:tempfilepager
should betempfile_pager
(GH-118881) #119211The text was updated successfully, but these errors were encountered: