]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)
authorSergey B Kirpichev <skirpichev@gmail.com>
Sat, 24 Aug 2024 15:46:05 +0000 (18:46 +0300)
committerGitHub <noreply@github.com>
Sat, 24 Aug 2024 15:46:05 +0000 (17:46 +0200)
commitca18ff2a34435faa557f7f9d4d3a554dadb05e50
treeb7c6b7db0b7525cfa002bdd10a0e6b7fb11285e1
parentc4ee4e756a311f03633723445299bde90eb7b79c
gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)

Co-authored-by: Carl Friedrich Bolz-Tereick <cfbolz@gmx.de>
Lib/_pyrepl/readline.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Library/2024-08-24-06-05-41.gh-issue-123228.jR_5O5.rst [new file with mode: 0644]