summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-02-19 21:28:36 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-02-19 21:28:36 (GMT)
commitf4558e8b54da0a7caf800c80589d934186b16f79 (patch)
treebf699aef6c804f62d3e00f14379804ece47fa50a /Misc
parent57d240ef645c4d78432ce722844c150e5ba25fbb (diff)
parent056eb02719497a700e332d2ad69c2b11db0e3552 (diff)
downloadcpython-f4558e8b54da0a7caf800c80589d934186b16f79.zip
cpython-f4558e8b54da0a7caf800c80589d934186b16f79.tar.gz
cpython-f4558e8b54da0a7caf800c80589d934186b16f79.tar.bz2
merge heads
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ac83a44..a84be10 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,8 @@ Core and Builtins
Library
-------
+- Issue #20654: Fixed pydoc for enums with zero value. Patch by Vajrasky Kok.
+
- Issue #20635: Fixed grid_columnconfigure() and grid_rowconfigure() methods of
Tkinter widgets to work in wantobjects=True mode.