aboutsummaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2021-02-12 12:04:46 -0800
committerGitHub <noreply@github.com>2021-02-12 12:04:46 -0800
commitfd053fdd39fbdf114b4218ea4309666bafa95788 (patch)
tree360827543b553179e7d8526506106076071874d8 /Misc
parentbpo-43204: Fix LibTomCrypt URL in md5module.c and sha*module.c comments (GH-2... (diff)
downloadcpython-fd053fdd39fbdf114b4218ea4309666bafa95788.tar.gz
cpython-fd053fdd39fbdf114b4218ea4309666bafa95788.tar.bz2
cpython-fd053fdd39fbdf114b4218ea4309666bafa95788.zip
bpo-43172: readline now passes its tests when built against libedit (GH-24499)
bpo-43172: readline now passes its tests when built against libedit. Existing irreconcilable API differences remain in readline.get_begidx and readline.get_endidx behavior based on libreadline vs libedit use. A note about that has been documented.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-02-10-06-00-53.bpo-43172.ZMCJni.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-02-10-06-00-53.bpo-43172.ZMCJni.rst b/Misc/NEWS.d/next/Library/2021-02-10-06-00-53.bpo-43172.ZMCJni.rst
new file mode 100644
index 00000000000..dc756606d8b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-02-10-06-00-53.bpo-43172.ZMCJni.rst
@@ -0,0 +1,4 @@
+The readline module now passes its tests when built directly against
+libedit. Existing irreconcilable API differences remain in
+:func:`readline.get_begidx` and :func:`readline.get_endidx` behavior based
+on libreadline vs libedit use.