Message281375
I agree with Marc-Andre, Windows has sys.getwindowsversion() returning system information for the Windows version, and a platform.win32_ver() returning additional version information from the Registry obtained at run time. So it is consistent to add the sys.getandroidapilevel() function returning the version based on the ANDROID_API_LEVEL macro (a build, system level data, that specifies the libc version Python has been built against) and to add the platform.android_ver() version returning the device/emulator run time version obtained from the local properties system. |
|
Date |
User |
Action |
Args |
2016-11-21 16:18:27 | xdegaye | set | recipients:
+ xdegaye, lemburg, vstinner, yan12125 |
2016-11-21 16:18:27 | xdegaye | set | messageid: <1479745107.43.0.608306752457.issue28740@psf.upfronthosting.co.za> |
2016-11-21 16:18:27 | xdegaye | link | issue28740 messages |
2016-11-21 16:18:27 | xdegaye | create | |
|