diff options
| author | Giampaolo Rodola' <g.rodola@gmail.com> | 2014-04-04 17:17:36 +0200 | 
|---|---|---|
| committer | Giampaolo Rodola' <g.rodola@gmail.com> | 2014-04-04 17:17:36 +0200 | 
| commit | f22b2f0cf4c3347afea8a9d9285d216359c6ffdc (patch) | |
| tree | 1901c2110035b9b0f08ce8326090b5a8a40e8d06 | |
| parent | a2b5bf01e75529352507ae74b9fba832f22a5faa (diff) | |
| download | cpython-git-f22b2f0cf4c3347afea8a9d9285d216359c6ffdc.tar.gz | |
update Misc/NEWS
| -rw-r--r-- | Misc/NEWS | 3 | 
1 files changed, 3 insertions, 0 deletions
@@ -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  | 
