diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-01-18 05:10:37 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-01-18 05:10:37 (GMT) |
commit | 9f30abd3935704528f784d03f9a630a923c485e9 (patch) | |
tree | d425de4df6f4cb121fcd281b9dcd7ef6d67b522b /Misc | |
parent | bfc02452a3e49cfaf51a068dc3668c8810a8b8de (diff) | |
parent | c68a4a048cf4e2d520b00546d8a4eef3a2723e8b (diff) | |
download | cpython-9f30abd3935704528f784d03f9a630a923c485e9.zip cpython-9f30abd3935704528f784d03f9a630a923c485e9.tar.gz cpython-9f30abd3935704528f784d03f9a630a923c485e9.tar.bz2 |
merge 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |