summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-13 10:09:05 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-13 10:09:05 (GMT)
commit17f22c92819640a3bc98079f34d43bf80fdea782 (patch)
tree0fa262a9251926b39abc6e2950dafbd02d8d1906 /Misc/NEWS
parent66c6e9dcb4cea8cce36abbd95308aa15b3381bea (diff)
downloadcpython-17f22c92819640a3bc98079f34d43bf80fdea782.zip
cpython-17f22c92819640a3bc98079f34d43bf80fdea782.tar.gz
cpython-17f22c92819640a3bc98079f34d43bf80fdea782.tar.bz2
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 008e612..6e54379 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Core and Builtins
Library
-------
+- Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
+
- Issue #17200: telnetlib's read_until and expect timeout was broken by the
fix to Issue #14635 in Python 2.7.4 to be interpreted as milliseconds
instead of seconds when the platform supports select.poll (ie: everywhere).