From: Giampaolo Rodola' Date: Fri, 4 Apr 2014 15:17:36 +0000 (+0200) Subject: update Misc/NEWS X-Git-Tag: v3.5.0a1~1948 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f22b2f0cf4c3347afea8a9d9285d216359c6ffdc;p=thirdparty%2FPython%2Fcpython.git update Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 3249bafbe13e..3076d7337e9e 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