Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
diff --git a/Misc/NEWS b/Misc/NEWS
index 008e612..6e54379 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@
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).