Message269902
+ @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. |
|
Date |
User |
Action |
Args |
2016-07-06 19:19:37 | vstinner | set | recipients:
+ vstinner, ned.deily, skrah, xdegaye, yan12125 |
2016-07-06 19:19:37 | vstinner | set | messageid: <1467832777.58.0.0292526504464.issue27442@psf.upfronthosting.co.za> |
2016-07-06 19:19:37 | vstinner | link | issue27442 messages |
2016-07-06 19:19:37 | vstinner | create | |
|