summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiampaolo Rodola' <g.rodola@gmail.com>2014-04-04 15:17:36 (GMT)
committerGiampaolo Rodola' <g.rodola@gmail.com>2014-04-04 15:17:36 (GMT)
commitf22b2f0cf4c3347afea8a9d9285d216359c6ffdc (patch)
tree1901c2110035b9b0f08ce8326090b5a8a40e8d06
parenta2b5bf01e75529352507ae74b9fba832f22a5faa (diff)
downloadcpython-f22b2f0cf4c3347afea8a9d9285d216359c6ffdc.zip
cpython-f22b2f0cf4c3347afea8a9d9285d216359c6ffdc.tar.gz
cpython-f22b2f0cf4c3347afea8a9d9285d216359c6ffdc.tar.bz2
update Misc/NEWS
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3249baf..3076d73 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,9 @@ Core and Builtins
Library
-------
+- Issue #21076: signal module constants were turned into enums.
+ Patch by Giampaolo Rodola'.
+
- Issue #20636: Improved the repr of Tkinter widgets.
- Issue #19505: The items, keys, and values views of OrderedDict now support