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 xdegaye
Recipients Alex.Willmer, Roman.Evstifeev, lemburg, xdegaye, yan12125
Date 2016-11-06.19:42:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478461332.9.0.671059497538.issue26855@psf.upfronthosting.co.za>
In-reply-to
Content
ANDROID_API_LEVEL can only be used in the Python test suite and platform.android_ver() must be used in the standard library. The reason why ANDROID_API_LEVEL can be used in the tests instead of using the runtime API level is that the Python test suite purpose is not to test the compatibilities betweeen all the possible subjacent bionic libc(s) and the tests need only be run on the platform for which they have been built.

platform.android_ver() is a welcome enhancement, and since we are at 3.6 beta now it's too late for 3.6 and it will be implemented in 3.7. Sorry about this delay.
History
Date User Action Args
2016-11-06 19:42:12xdegayesetrecipients: + xdegaye, lemburg, Roman.Evstifeev, Alex.Willmer, yan12125
2016-11-06 19:42:12xdegayesetmessageid: <1478461332.9.0.671059497538.issue26855@psf.upfronthosting.co.za>
2016-11-06 19:42:12xdegayelinkissue26855 messages
2016-11-06 19:42:12xdegayecreate