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, loewis, martin.panter, xdegaye
Date 2016-05-08.10:45:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462704319.48.0.0692558971381.issue26935@psf.upfronthosting.co.za>
In-reply-to
Content
Since this seems to be fixed in a version of android that is more recent that API 21, maybe use the value of 'sdk.release' when platform.android_ver() is available after issue #26855 is fixed, with for example, if this is fixed at API 23:

    sdk_release = platform.android_ver()[1]
    if new_fd != fd or not sdk_release or sdk_release >= 23:
History
Date User Action Args
2016-05-08 10:45:19xdegayesetrecipients: + xdegaye, loewis, martin.panter, Alex.Willmer
2016-05-08 10:45:19xdegayesetmessageid: <1462704319.48.0.0692558971381.issue26935@psf.upfronthosting.co.za>
2016-05-08 10:45:19xdegayelinkissue26935 messages
2016-05-08 10:45:19xdegayecreate