]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
add readline.append_history_file (closes #22940)
authorBenjamin Peterson <benjamin@python.org>
Wed, 26 Nov 2014 19:58:16 +0000 (13:58 -0600)
committerBenjamin Peterson <benjamin@python.org>
Wed, 26 Nov 2014 19:58:16 +0000 (13:58 -0600)
commit33f8f15bdd313b1e2d1c99d0971659e983a35672
treedbd199022545350d249c01d659ffcb2a9f55ee27
parentaacfcccdc39b074521d3e5d4b5a1b1e020662366
add readline.append_history_file (closes #22940)

patch by "bru"
Doc/library/readline.rst
Lib/test/test_readline.py
Misc/NEWS
Modules/readline.c