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, jkloth, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-04-22.20:56:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619125004.62.0.00376105396593.issue43538@roundup.psfhosted.org>
In-reply-to
Content
Not rushing this one in, but this is a relatively straightforward addition that will definitely be handy in some situations.

I didn't bother adding an enum for the SW_* constants, since I don't think they'll get anywhere near enough use to justify being in our public API. Kind of like error codes, which we already don't expose everywhere even though we use them ourselves as raw numbers.
History
Date User Action Args
2021-04-22 20:56:44steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, jkloth, zach.ware, eryksun
2021-04-22 20:56:44steve.dowersetmessageid: <1619125004.62.0.00376105396593.issue43538@roundup.psfhosted.org>
2021-04-22 20:56:44steve.dowerlinkissue43538 messages
2021-04-22 20:56:44steve.dowercreate