[issue19262] Add asyncio (tulip, PEP 3156) to stdlib

Ned Deily report at bugs.python.org
Wed Oct 16 21:30:05 CEST 2013


Ned Deily added the comment:

1) The test case decorator perhaps:

@unittest.skipIf(sys.platform == "win32", "Does not apply to Windows")

----------
nosy: +ned.deily

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19262>
_______________________________________


More information about the Python-bugs-list mailing list