summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-01-18 05:10:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-01-18 05:10:37 (GMT)
commit9f30abd3935704528f784d03f9a630a923c485e9 (patch)
treed425de4df6f4cb121fcd281b9dcd7ef6d67b522b /Misc
parentbfc02452a3e49cfaf51a068dc3668c8810a8b8de (diff)
parentc68a4a048cf4e2d520b00546d8a4eef3a2723e8b (diff)
downloadcpython-9f30abd3935704528f784d03f9a630a923c485e9.zip
cpython-9f30abd3935704528f784d03f9a630a923c485e9.tar.gz
cpython-9f30abd3935704528f784d03f9a630a923c485e9.tar.bz2
merge 3.3
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42d8161..153adff 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -220,6 +220,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.