]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-31537: Update readline documentation example. (GH-3925) (GH-3948)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 10 Oct 2017 22:03:14 +0000 (15:03 -0700)
committerMariatta <Mariatta@users.noreply.github.com>
Tue, 10 Oct 2017 22:03:14 +0000 (15:03 -0700)
commit10eb14e2c5fe08c4193668530eaef156e07c3674
tree81acb34c12ba86d928ce9d038fad4a74b3b2690b
parenta8ac71d15f2a4aef83a8954a678cc12545ce517c
bpo-31537: Update readline documentation example. (GH-3925) (GH-3948)

Change the code example from using `get_history_length` to `get_current_history_length`.
(cherry picked from commit eeb5ffd54e56dd89a99c74eb512c36d62649cfec)
Doc/library/readline.rst
Misc/NEWS.d/next/Documentation/2017-10-08-23-02-14.bpo-31537.SiFNM8.rst [new file with mode: 0644]