Issue 8575: Update/reorganize _winreg documentation (original) (raw)

Issue8575

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:00 admin set github: 52821
2010-05-11 21:05:14 brian.curtin set keywords:patch, patch, needs reviewmessages: +
2010-05-11 20:46:58 brian.curtin set status: open -> closedmessages: + keywords:patch, patch, needs reviewresolution: fixedstage: patch review -> resolved
2010-04-30 04:15:22 brian.curtin create