STINNER Victor added the comment:

+    @unittest.skipIf(sysconfig.get_config_var('ANDROID_API_LEVEL') == 0,
+                         "not an android platform")

Hum, sysconfig.get_config_var() returns None for unknown variable. Why checking 
==0?

@Xavier: Are you generating the patch using "hg diff"? I don't see the base 
revision in your patch, and so there is no [Review] link on your patch.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27442>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to