Message265124
| 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:19 | xdegaye | set | recipients: + xdegaye, loewis, martin.panter, Alex.Willmer |
| 2016-05-08 10:45:19 | xdegaye | set | messageid: <1462704319.48.0.0692558971381.issue26935@psf.upfronthosting.co.za> |
| 2016-05-08 10:45:19 | xdegaye | link | issue26935 messages |
| 2016-05-08 10:45:19 | xdegaye | create | |