diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-01-24 05:32:12 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-01-24 05:32:12 (GMT) |
commit | 5f6bf55965ad244bfbaf2fc7080ef55493b8360b (patch) | |
tree | 90baf129da19f859c2ca89a842564eb8224af23d /Misc | |
parent | bdf0cb52eb4b0676003b3d3ee08f1a48528f1959 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |