summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-01-24 05:33:25 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-01-24 05:33:25 (GMT)
commit8f81c3cf3f76ec7991f3c367926faf07357a465e (patch)
tree76f1768fb8cce93d95a3bf0730fa8cb6e09b56d2 /Misc
parent421e49b5c15574264dadbf5f4020870ec0c78f51 (diff)
parent5f6bf55965ad244bfbaf2fc7080ef55493b8360b (diff)
downloadcpython-8f81c3cf3f76ec7991f3c367926faf07357a465e.zip
cpython-8f81c3cf3f76ec7991f3c367926faf07357a465e.tar.gz
cpython-8f81c3cf3f76ec7991f3c367926faf07357a465e.tar.bz2
merge 3.3 (#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 6d193d1..b9edf8c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,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.