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 doko, ned.deily, steve.dower, tim.golden, zach.ware
Date 2015-05-14.23:51:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431647460.37.0.962759763406.issue24198@psf.upfronthosting.co.za>
In-reply-to
Content
The patch makes it a little clearer, but I'd prefer the OS to be "win32" rather than just "win". Win32 is the name of the API set that Python is built against - it's as close to an ABI for the operating system as we ever get.

(For contrast, WinRT is the only other API set, and it's not entirely compatible with Win32 even though there is some overlap. Python currently doesn't support WinRT except in the custom builds used for PTVS for IoT at http://ms-iot.github.io/content/Downloads.htm - it's a bit tricky to get to the dl from there though...)
History
Date User Action Args
2015-05-14 23:51:00steve.dowersetrecipients: + steve.dower, doko, tim.golden, ned.deily, zach.ware
2015-05-14 23:51:00steve.dowersetmessageid: <1431647460.37.0.962759763406.issue24198@psf.upfronthosting.co.za>
2015-05-14 23:51:00steve.dowerlinkissue24198 messages
2015-05-14 23:51:00steve.dowercreate