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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27442>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to