diff options
author | Brian Curtin <brian@python.org> | 2012-10-29 23:20:18 (GMT) |
---|---|---|
committer | Brian Curtin <brian@python.org> | 2012-10-29 23:20:18 (GMT) |
commit | a5e7cd06bb314f338eff3e2ef948ef35bed4487b (patch) | |
tree | 0e23f5baea14d6680e6483bbeda93df6edbe96c0 /Misc | |
parent | f1380557e3c647218bcb1bd1d4465cd9563a25bc (diff) | |
parent | 6b879fa402cfb23136d0004c2ed154cdc76db919 (diff) | |
download | cpython-a5e7cd06bb314f338eff3e2ef948ef35bed4487b.zip cpython-a5e7cd06bb314f338eff3e2ef948ef35bed4487b.tar.gz cpython-a5e7cd06bb314f338eff3e2ef948ef35bed4487b.tar.bz2 |
Merge 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |