]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
update Misc/NEWS
authorGiampaolo Rodola' <g.rodola@gmail.com>
Fri, 4 Apr 2014 15:17:36 +0000 (17:17 +0200)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Fri, 4 Apr 2014 15:17:36 +0000 (17:17 +0200)
Misc/NEWS

index 3249bafbe13ec62e9e04c181a1749f33ebb9eac6..3076d7337e9e2360847b4c330da02256593e0259 100644 (file)
--- 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