diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-14 17:18:39 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-12-14 17:18:39 (GMT) |
commit | 03241e801780edd967923d1cce00c2d07b208e58 (patch) | |
tree | 4b989c68d63e46df115ba53a2ed9a0b0c6314c85 /Misc | |
parent | 530a69fafce36317f1c83fe4998831f2d4284f3a (diff) | |
parent | 5da107ac7261d8359cd6e1a9a8e57f85176d1180 (diff) | |
download | cpython-03241e801780edd967923d1cce00c2d07b208e58.zip cpython-03241e801780edd967923d1cce00c2d07b208e58.tar.gz cpython-03241e801780edd967923d1cce00c2d07b208e58.tar.bz2 |
Issue #17919: Fixed integer overflow in the eventmask parameter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -47,7 +47,8 @@ Library - Issue #19946: multiprocessing.spawn now raises ImportError when the module to be used as the main module cannot be imported. -- Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX. +- Issue #17919: select.poll.register() again works with poll.POLLNVAL on AIX. + Fixed integer overflow in the eventmask parameter. - Issue #19063: if a Charset's body_encoding was set to None, the email package would generate a message claiming the Content-Transfer-Encoding |