diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-13 10:09:05 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-13 10:09:05 (GMT) |
commit | 17f22c92819640a3bc98079f34d43bf80fdea782 (patch) | |
tree | 0fa262a9251926b39abc6e2950dafbd02d8d1906 /Misc/NEWS | |
parent | 66c6e9dcb4cea8cce36abbd95308aa15b3381bea (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |