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