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.

Author jfoo
Recipients docs@python, jfoo
Date 2014-01-19.08:06:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390118763.24.0.151649669148.issue20301@psf.upfronthosting.co.za>
In-reply-to
Content
The default access for winreg.DeleteKeyEx is winreg.KEY_WOW64_64KEY (as per the function signature). This the documentation for Python 2.7 has this correct.

Reference: http://hg.python.org/cpython/file/2e32462e4832/PC/winreg.c#l1089
History
Date User Action Args
2014-01-19 08:06:03jfoosetrecipients: + jfoo, docs@python
2014-01-19 08:06:03jfoosetmessageid: <1390118763.24.0.151649669148.issue20301@psf.upfronthosting.co.za>
2014-01-19 08:06:03jfoolinkissue20301 messages
2014-01-19 08:06:03jfoocreate