summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-10-29 23:18:43 (GMT)
committerBrian Curtin <brian@python.org>2012-10-29 23:18:43 (GMT)
commit6b879fa402cfb23136d0004c2ed154cdc76db919 (patch)
tree1d58fad5e17b3f0ec3e3d4b697ce2e0e66379132 /Misc
parent4648b4779acd3d75d5f4b0b1438cb2af51cc06b2 (diff)
parente9aeca7c248bab56201ee5949e0535f96b54865b (diff)
downloadcpython-6b879fa402cfb23136d0004c2ed154cdc76db919.zip
cpython-6b879fa402cfb23136d0004c2ed154cdc76db919.tar.gz
cpython-6b879fa402cfb23136d0004c2ed154cdc76db919.tar.bz2
Merge 3.2
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 76d4ad9..44ae5f0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 3.3.1?
Core and Builtins
-----------------
+- Issue #16197: Update winreg docstrings and documentation to match code.
+ Patch by Zachary Ware.
+
- Issue #16241: Document -X faulthandler command line option.
Patch by Marek Ć uppa.