Message266241
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. |
|
| Date |
User |
Action |
Args |
| 2016-05-24 10:01:09 | paul.moore | set | recipients:
+ paul.moore, tim.golden, zach.ware, markgrandi, steve.dower, hakril |
| 2016-05-24 10:01:09 | paul.moore | set | messageid: <[email protected]> |
| 2016-05-24 10:01:09 | paul.moore | link | issue23026 messages |
| 2016-05-24 10:01:09 | paul.moore | create | |
|