]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112510: Add `readline.backend` for the backend readline uses (GH-112511)
authorTian Gao <gaogaotiantian@hotmail.com>
Fri, 1 Dec 2023 14:05:55 +0000 (05:05 -0900)
committerGitHub <noreply@github.com>
Fri, 1 Dec 2023 14:05:55 +0000 (14:05 +0000)
commitc2982380f827e53057068eccf9f1a16b5a653728
treee8f49c1ea683a6013322b1c915291f140cb4e404
parentf8ff80f63536e96b004d29112452a8f1738fde37
gh-112510: Add `readline.backend` for the backend readline uses (GH-112511)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Donghee Na <donghee.na92@gmail.com>
Doc/library/readline.rst
Lib/site.py
Lib/test/test_pdb.py
Lib/test/test_readline.py
Misc/NEWS.d/next/Library/2023-11-29-02-26-32.gh-issue-112510.j-zXGc.rst [new file with mode: 0644]
Modules/readline.c