summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-24 05:32:12 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-01-24 05:32:12 (GMT)
commit5f6bf55965ad244bfbaf2fc7080ef55493b8360b (patch)
tree90baf129da19f859c2ca89a842564eb8224af23d /Misc
parentbdf0cb52eb4b0676003b3d3ee08f1a48528f1959 (diff)
downloadcpython-5f6bf55965ad244bfbaf2fc7080ef55493b8360b.zip
cpython-5f6bf55965ad244bfbaf2fc7080ef55493b8360b.tar.gz
cpython-5f6bf55965ad244bfbaf2fc7080ef55493b8360b.tar.bz2
use new readline function types (closes #20374)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4372701..2de9b31 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,8 @@ Library
loop this caused is now avoided by checking if the expected context is
already set before trying to fix it.
+- Issue #20374: Fix build with GNU readline >= 6.3.
+
- Issue #20311: select.epoll.poll() now rounds the timeout away from zero,
instead of rounding towards zero. For example, a timeout of one microsecond
is now rounded to one millisecond, instead of being rounded to zero.