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 steve.dower
Recipients eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-08-03.01:03:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564794216.81.0.510051082217.issue37746@roundup.psfhosted.org>
In-reply-to
Content
At least the first five can be used to open keys with even less rights than default, which can sometimes be necessary for keys with obscure ACLs.

Having the constants present is also helpful when rendering a text view.

Perhaps _winapi is the best place? It already includes CreateFile and OpenProcess, both of which also use these flags and already have some of the "preconstructed" values exposed.
History
Date User Action Args
2019-08-03 01:03:36steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun
2019-08-03 01:03:36steve.dowersetmessageid: <1564794216.81.0.510051082217.issue37746@roundup.psfhosted.org>
2019-08-03 01:03:36steve.dowerlinkissue37746 messages
2019-08-03 01:03:36steve.dowercreate