diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-24 05:33:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-24 05:33:25 (GMT) |
commit | 8f81c3cf3f76ec7991f3c367926faf07357a465e (patch) | |
tree | 76f1768fb8cce93d95a3bf0730fa8cb6e09b56d2 /Misc | |
parent | 421e49b5c15574264dadbf5f4020870ec0c78f51 (diff) | |
parent | 5f6bf55965ad244bfbaf2fc7080ef55493b8360b (diff) | |
download | cpython-8f81c3cf3f76ec7991f3c367926faf07357a465e.zip cpython-8f81c3cf3f76ec7991f3c367926faf07357a465e.tar.gz cpython-8f81c3cf3f76ec7991f3c367926faf07357a465e.tar.bz2 |
merge 3.3 (#20374)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |