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 Alex.Willmer, vstinner, xdegaye
Date 2017-12-05.11:15:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512472503.01.0.213398074469.issue32210@psf.upfronthosting.co.za>
In-reply-to
Content
The NDK version may be printed by the pythoninfo make target before test.pythoninfo is run on Android.

platform.android_ver() (not yet implemented, see issue 26855) must be added to collect_sys() in test.pythoninfo.
History
Date User Action Args
2017-12-05 11:15:03xdegayesetrecipients: + xdegaye, vstinner, Alex.Willmer
2017-12-05 11:15:03xdegayesetmessageid: <1512472503.01.0.213398074469.issue32210@psf.upfronthosting.co.za>
2017-12-05 11:15:02xdegayelinkissue32210 messages
2017-12-05 11:15:02xdegayecreate