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

Guido van Rossum report at bugs.python.org
Tue Oct 15 05:28:29 CEST 2013


Guido van Rossum added the comment:

Found the cause of the ssl test failure -- the location of the ssl test key and cert are different.  Here's a new patch with a quick fix (#4), but I think the correct solution is to either have the certificates inline in the source and write them to a temp file, or move them into the main asyncio library, or move the test_utils.py module -- since the test files are referenced from test_utils.py they should be in the same directory.  Preferences?

There are still some test failures, the Windows tests are being run everywhere.  I'll look into how to do that later.

----------
Added file: http://bugs.python.org/file32129/asyncio4.patch

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


More information about the Python-bugs-list mailing list