diff options
author | Brian Curtin <brian@python.org> | 2012-10-29 23:16:39 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-10-29 23:16:39 (GMT) |
commit | e9aeca7c248bab56201ee5949e0535f96b54865b (patch) | |
tree | bd358f1981fea4f572602761d5dab3e2e0992067 /Misc/NEWS | |
parent | 92c28cace45261ae06c5361aef661a01f58a5413 (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |