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 vstinner
Recipients Michael.Felt, vstinner
Date 2019-04-12.15:34:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555083267.95.0.233880230697.issue36588@roundup.psfhosted.org>
In-reply-to
Content
> But, should I just continue standard practice (sys.platform), or would
> this be a moment to move towards platform.system() (i.e., set the
> example to be to use "run-time" rather than "build-time").

Oh, now I'm confused :-) I checked the Python test suite: some tests use sys.platform == "linux" or sys.platform in ("linux", ...), some tests uses sys.platform.startswith("linux").

In case of doubt, I suggest to do nothing :-) Leave the code unchanged :-)
History
Date User Action Args
2019-04-12 15:34:27vstinnersetrecipients: + vstinner, Michael.Felt
2019-04-12 15:34:27vstinnersetmessageid: <1555083267.95.0.233880230697.issue36588@roundup.psfhosted.org>
2019-04-12 15:34:27vstinnerlinkissue36588 messages
2019-04-12 15:34:27vstinnercreate