summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-10-29 23:16:39 (GMT)
committerBrian Curtin <brian@python.org>2012-10-29 23:16:39 (GMT)
commite9aeca7c248bab56201ee5949e0535f96b54865b (patch)
treebd358f1981fea4f572602761d5dab3e2e0992067 /Misc
parent92c28cace45261ae06c5361aef661a01f58a5413 (diff)
downloadcpython-e9aeca7c248bab56201ee5949e0535f96b54865b.zip
cpython-e9aeca7c248bab56201ee5949e0535f96b54865b.tar.gz
cpython-e9aeca7c248bab56201ee5949e0535f96b54865b.tar.bz2
Fix #16197. Update docstrings and documentation to match winreg code.
Patch by Zachary Ware.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4484813..434f221 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2.4
Core and Builtins
-----------------
+- Issue #16197: Update winreg docstrings and documentation to match code.
+ Patch by Zachary Ware.
+
- Issue #14700: Fix buggy overflow checks when handling large precisions and
widths in old-style and new-style formatting.