[Python-Dev] Exposing the Android platform existence to Python modules

Steven D'Aprano steve at pearwood.info
Sat Aug 2 05:06:34 CEST 2014


On Sat, Aug 02, 2014 at 05:53:45AM +0400, Akira Li wrote:

> Python uses os.name, sys.platform, and various functions from `platform`
> module to provide version info:
[...]
> If Android is posixy enough (would `posix` module work on Android?)
> then os.name could be left 'posix'.

Does anyone know what kivy does when running under Android?


-- 
Steven



More information about the Python-Dev mailing list