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-15.09:50:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555321812.32.0.744796279635.issue36624@roundup.psfhosted.org>
In-reply-to
Content
support.is_android has two flaws:

* it's a constant: it must be spelled as UPPER CASE
* I dislike "is_" prefix: "MS_WINDOWS" constant is commonly used, and it doesn't start with "is_".

In my PR, I used support.ANDROID.
History
Date User Action Args
2019-04-15 09:50:12vstinnersetrecipients: + vstinner, Michael.Felt
2019-04-15 09:50:12vstinnersetmessageid: <1555321812.32.0.744796279635.issue36624@roundup.psfhosted.org>
2019-04-15 09:50:12vstinnerlinkissue36624 messages
2019-04-15 09:50:12vstinnercreate