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 vstinner, xdegaye
Date 2018-01-23.17:16:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516727809.08.0.467229070634.issue32637@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, sys.platform and os.name are equal to 'linux' on Android. While Android uses the Linux kernel, the operating system is not a regular Linux. The libc (bionic) is very different than the regular glibc, the filesystem is organized very differently, etc.

I propose to change sys.platform and os.name to 'android' when running on Android.
History
Date User Action Args
2018-01-23 17:16:49vstinnersetrecipients: + vstinner, xdegaye
2018-01-23 17:16:49vstinnersetmessageid: <1516727809.08.0.467229070634.issue32637@psf.upfronthosting.co.za>
2018-01-23 17:16:49vstinnerlinkissue32637 messages
2018-01-23 17:16:49vstinnercreate