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 Michael.Felt
Recipients Michael.Felt, vstinner
Date 2019-04-12.15:28:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <d74f2e92-ab9a-faa2-173a-b70f7b0b1510@felt.demon.nl>
In-reply-to <1555078601.68.0.797030666194.issue36588@roundup.psfhosted.org>
Content
On 12/04/2019 16:16, STINNER Victor wrote:
> STINNER Victor <vstinner@redhat.com> added the comment:
>
> Do you want to work on a change to replace sys.platform.startswith("aix") to cleanup the stdlib and tests? Not sure if it's needed :-) It's up to you.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue36588>
> _______________________________________
>
Sure. I'll do that. I shoul open an issue along the lines of "AIX:
cleanup stdlib and tests and how sys.platform is utilized".

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").

Michael
History
Date User Action Args
2019-04-12 15:28:04Michael.Feltsetrecipients: + Michael.Felt, vstinner
2019-04-12 15:28:04Michael.Feltlinkissue36588 messages
2019-04-12 15:28:04Michael.Feltcreate