This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Update/reorganize _winreg documentation
Type: behavior Stage: resolved
Components: Documentation, Windows Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brian.curtin Nosy List: brian.curtin, ezio.melotti
Priority: normal Keywords: needs review, patch

Created on 2010-04-30 04:15 by brian.curtin, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
winreg_doc_update.diff brian.curtin, 2010-04-30 04:15 trunk
Messages (3)
msg104612 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-04-30 04:15
This patch cleans up the use of a few external MSDN links, adds a bunch of constants which were previously undocumented, and reorganizes a table to fit in with those constants.

Patch uploaded to http://codereview.appspot.com/969045 for review.
msg105540 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-05-11 20:46
Committed in r81088-r81091.
msg105546 - (view) Author: Brian Curtin (brian.curtin) * (Python committer) Date: 2010-05-11 21:05
I should also note that the 2.6 and 3.1 commits also exposed the *ReflectionKey documentation. That documentation was added as part of a feature for 2.7/3.2, but those documentation pieces should have been backported on their own but were not.
History
Date User Action Args
2022-04-11 14:57:00adminsetgithub: 52821
2010-05-11 21:05:14brian.curtinsetkeywords: patch, patch, needs review

messages: + msg105546
2010-05-11 20:46:58brian.curtinsetstatus: open -> closed
messages: + msg105540

keywords: patch, patch, needs review
resolution: fixed
stage: patch review -> resolved
2010-04-30 04:15:22brian.curtincreate