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 vstinner, xdegaye
Date 2016-07-02.14:52:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467471175.35.0.000904857777026.issue27442@psf.upfronthosting.co.za>
In-reply-to
Content
Expose the Android API level that python was built against, in sys.implementation as _android_api.
Purposes:
    * Identify the platform as Android.
    * Allow detecting a mismatch with the runtime sdk version returned by platform.android_ver() (issue 26855), for example when the runtime sdk is lower than the built API level.
History
Date User Action Args
2016-07-02 14:52:55xdegayesetrecipients: + xdegaye, vstinner
2016-07-02 14:52:55xdegayesetmessageid: <1467471175.35.0.000904857777026.issue27442@psf.upfronthosting.co.za>
2016-07-02 14:52:55xdegayelinkissue27442 messages
2016-07-02 14:52:55xdegayecreate