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 paul.moore
Recipients hakril, markgrandi, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-05-24.10:01:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464084069.18.0.945266523397.issue23026@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure I follow your comment. In Python 3.5,

>>> from winreg import REG_QWORD
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name 'REG_QWORD'

So exposing REG_QWORD from the winreg module would be a change in behaviour, not a bug fix.
History
Date User Action Args
2016-05-24 10:01:09paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, markgrandi, steve.dower, hakril
2016-05-24 10:01:09paul.mooresetmessageid: <1464084069.18.0.945266523397.issue23026@psf.upfronthosting.co.za>
2016-05-24 10:01:09paul.moorelinkissue23026 messages
2016-05-24 10:01:09paul.moorecreate