summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrian Curtin <brian@python.org>2012-10-29 23:20:18 (GMT)
committerBrian Curtin <brian@python.org>2012-10-29 23:20:18 (GMT)
commita5e7cd06bb314f338eff3e2ef948ef35bed4487b (patch)
tree0e23f5baea14d6680e6483bbeda93df6edbe96c0 /Misc
parentf1380557e3c647218bcb1bd1d4465cd9563a25bc (diff)
parent6b879fa402cfb23136d0004c2ed154cdc76db919 (diff)
downloadcpython-a5e7cd06bb314f338eff3e2ef948ef35bed4487b.zip
cpython-a5e7cd06bb314f338eff3e2ef948ef35bed4487b.tar.gz
cpython-a5e7cd06bb314f338eff3e2ef948ef35bed4487b.tar.bz2
Merge 3.3
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 04e9f30..739b52b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.4.0 Alpha 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.