[issue27027] add the 'is_android' attribute to test.support

2016-07-10 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue27027] add the 'is_android' attribute to test.support

2016-07-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 41dfd92f48f0 by Xavier de Gaye in branch 'default': Issue #27027: Added test.support.is_android that is True when this is an https://hg.python.org/cpython/rev/41dfd92f48f0 -- nosy: +python-dev ___ Python

[issue27027] add the 'is_android' attribute to test.support

2016-07-10 Thread STINNER Victor
STINNER Victor added the comment: LGTM. Go ahead. -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue27027] add the 'is_android' attribute to test.support

2016-07-09 Thread Xavier de Gaye
Changes by Xavier de Gaye : -- assignee: -> xdegaye ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue27027] add the 'is_android' attribute to test.support

2016-07-09 Thread Xavier de Gaye
Xavier de Gaye added the comment: New patch using the changes made in issue 27442. -- dependencies: -android: add platform.android_ver() keywords: +needs review -patch stage: -> patch review title: add is_android in test.support to detect Android platform -> add the 'is_android' attri