summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-13 10:08:01 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-13 10:08:01 (GMT)
commit3ad2d70947a1b6c4b76c2029213e654c1b6ebc4e (patch)
treead7e6c6bc6a868bcbcff2eac800e3977020060e2 /Misc
parent258e4d372f25bd0182ae20d2af899156bdc6a71d (diff)
downloadcpython-3ad2d70947a1b6c4b76c2029213e654c1b6ebc4e.zip
cpython-3ad2d70947a1b6c4b76c2029213e654c1b6ebc4e.tar.gz
cpython-3ad2d70947a1b6c4b76c2029213e654c1b6ebc4e.tar.bz2
Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 445a257..cd14311 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,8 @@ Core and Builtins
Library
-------
+- Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.
+
- Issue #19063: if a Charset's body_encoding was set to None, the email
package would generate a message claiming the Content-Transfer-Encoding
was 7bit, and produce garbage output for the content. This now works.