[issue27027] add is_android in test.support to detect Android platform

2016-05-20 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- dependencies: +android: add platform.android_ver() ___ Python tracker ___ ___ Python-bugs-list mailing

[issue27027] add is_android in test.support to detect Android platform

2016-05-20 Thread Xavier de Gaye
Xavier de Gaye added the comment: The patch adds a dependency to issue #26855. -- keywords: +patch Added file: http://bugs.python.org/file42910/is_android.patch ___ Python tracker __

[issue27027] add is_android in test.support to detect Android platform

2016-05-15 Thread Xavier de Gaye
New submission from Xavier de Gaye: Needed by tests specific to Android or that must be skipped on Android. -- components: Tests messages: 265609 nosy: ezio.melotti, michael.foord, pitrou, xdegaye priority: normal severity: normal status: open title: add is_android in test.support to det