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 eryksun
Recipients eryksun, hakril, markgrandi, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2016-05-25.07:40:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464162051.65.0.764955612586.issue23026@psf.upfronthosting.co.za>
In-reply-to
Content
In Py2Reg, `(*retDataBuf==NULL)` needs spaces around the == operator.

Should the changes to the winreg docs be noted as new in 3.6? 

Bikeshedding: in "What's New" you mention the change to QueryValueEx, but Reg2Py and Py2Reg affect EnumValue, QueryValueEx, and SetValueEx. Maybe change it to a more general description, like this:

    winreg
    ------

    Added the 64-bit integer type :data:`REG_QWORD <winreg.REG_QWORD>`.
    (Contributed by Clement Rouault in :issue:`23026`.)
History
Date User Action Args
2016-05-25 07:40:51eryksunsetrecipients: + eryksun, paul.moore, tim.golden, python-dev, zach.ware, markgrandi, steve.dower, hakril
2016-05-25 07:40:51eryksunsetmessageid: <1464162051.65.0.764955612586.issue23026@psf.upfronthosting.co.za>
2016-05-25 07:40:51eryksunlinkissue23026 messages
2016-05-25 07:40:51eryksuncreate