Message310511
| 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:49 | vstinner | set | recipients: + vstinner, xdegaye |
| 2018-01-23 17:16:49 | vstinner | set | messageid: <1516727809.08.0.467229070634.issue32637@psf.upfronthosting.co.za> |
| 2018-01-23 17:16:49 | vstinner | link | issue32637 messages |
| 2018-01-23 17:16:49 | vstinner | create | |