diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-13 10:08:01 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-13 10:08:01 (GMT) |
commit | 3ad2d70947a1b6c4b76c2029213e654c1b6ebc4e (patch) | |
tree | ad7e6c6bc6a868bcbcff2eac800e3977020060e2 /Misc | |
parent | 258e4d372f25bd0182ae20d2af899156bdc6a71d (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |