From f22b2f0cf4c3347afea8a9d9285d216359c6ffdc Mon Sep 17 00:00:00 2001 From: Giampaolo Rodola' Date: Fri, 4 Apr 2014 17:17:36 +0200 Subject: [PATCH] update Misc/NEWS --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 3249bafbe1..3076d7337e 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 -- 2.50.1