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 lemburg, vstinner, xdegaye, yan12125
Date 2016-11-21.16:18:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479745107.43.0.608306752457.issue28740@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-11-21 16:18:27xdegayesetrecipients: + xdegaye, lemburg, vstinner, yan12125
2016-11-21 16:18:27xdegayesetmessageid: <1479745107.43.0.608306752457.issue28740@psf.upfronthosting.co.za>
2016-11-21 16:18:27xdegayelinkissue28740 messages
2016-11-21 16:18:27xdegayecreate