This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Arfrever, christian.heimes, dstufft, georg.brandl, giampaolo.rodola, gvanrossum, janssen, larry, pitrou, python-dev, vajrasky
Date 2013-12-05.16:13:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386260017.39.0.352119936211.issue19509@psf.upfronthosting.co.za>
In-reply-to
Content
The new patch splits the test into three separate test cases.

Guido, Python 3.3 doesn't have the necessary CA and server cert files. The files were added to 3.4 for some other tests. The patch tries to load the files from 3.4's test directory and falls back to local copies. You have to copy/delete these files to test the patch:

$ hg rm Lib/test/test_asyncio/sample.*
$ hg cp Lib/test/ssl_key.pem Lib/test/ssl_cert.pem Lib/test/pycacert.pem Lib/test/keycert3.pem  Lib/test/test_asyncio/
History
Date User Action Args
2013-12-05 16:13:37christian.heimessetrecipients: + christian.heimes, gvanrossum, georg.brandl, janssen, pitrou, larry, giampaolo.rodola, Arfrever, python-dev, dstufft, vajrasky
2013-12-05 16:13:37christian.heimessetmessageid: <1386260017.39.0.352119936211.issue19509@psf.upfronthosting.co.za>
2013-12-05 16:13:37christian.heimeslinkissue19509 messages
2013-12-05 16:13:37christian.heimescreate