summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-14 17:18:39 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-14 17:18:39 (GMT)
commit03241e801780edd967923d1cce00c2d07b208e58 (patch)
tree4b989c68d63e46df115ba53a2ed9a0b0c6314c85 /Misc
parent530a69fafce36317f1c83fe4998831f2d4284f3a (diff)
parent5da107ac7261d8359cd6e1a9a8e57f85176d1180 (diff)
downloadcpython-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/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 93b9dd6..95f7752 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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