diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-01-18 05:10:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-01-18 05:10:24 (GMT) |
commit | c68a4a048cf4e2d520b00546d8a4eef3a2723e8b (patch) | |
tree | c2da8094f7a98fa39f2acd34af343b99c2c49861 /Misc/NEWS | |
parent | fc4aa76d59968a60ea91bda4b2c505e1070743ac (diff) | |
download | cpython-c68a4a048cf4e2d520b00546d8a4eef3a2723e8b.zip cpython-c68a4a048cf4e2d520b00546d8a4eef3a2723e8b.tar.gz cpython-c68a4a048cf4e2d520b00546d8a4eef3a2723e8b.tar.bz2 |
check windows fd validity (closes #16992)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -150,6 +150,9 @@ Core and Builtins Library ------- +- Issue #16992: On Windows in signal.set_wakeup_fd, validate the file + descriptor argument. + - Issue #16422: For compatibility with the Python version, the C version of decimal now uses strings instead of integers for rounding mode constants. |