]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118835: pyrepl: Fix prompt length computation for custom prompts containing ANSI...
authorDaniel Hollas <daniel.hollas@bristol.ac.uk>
Mon, 3 Jun 2024 17:07:06 +0000 (18:07 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Jun 2024 17:07:06 +0000 (18:07 +0100)
commit2e0aa731aebb8ef3d89ada82f5d39b1bbac65d1f
tree5068e47826aeae28b7a57efced0a009af2dcbd69
parent4e8aa32245e2d72bf558b711ccdbcee594347615
gh-118835: pyrepl: Fix prompt length computation for custom prompts containing ANSI escape codes (#119942)
Lib/_pyrepl/reader.py
Lib/test/test_pyrepl/test_reader.py
Misc/NEWS.d/next/Library/2024-06-02-15-09-17.gh-issue-118835.KUAuz6.rst [new file with mode: 0644]