[New-bugs-announce] [issue27442] expose Android API level in sys.implementation

Xavier de Gaye report at bugs.python.org
Sat Jul 2 10:52:55 EDT 2016


New submission from Xavier de Gaye:

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.

----------
assignee: xdegaye
components: Interpreter Core
messages: 269716
nosy: haypo, xdegaye
priority: normal
severity: normal
status: open
title: expose Android API level in sys.implementation
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27442>
_______________________________________


More information about the New-bugs-announce mailing list