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 gvanrossum
Recipients georg.brandl, gvanrossum, larry, pitrou, sbt, serhiy.storchaka
Date 2013-10-14.22:50:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381791056.05.0.0298789958882.issue19262@psf.upfronthosting.co.za>
In-reply-to
Content
OK, here's a new patch that includes tests.

To run the tests, I use:

./python.exe Lib/test/regrtest.py  --fromfile Lib/test/test_asyncio/tests.txt --verbose

There are a total of 4 individual test failures, all having to do with SSL:

ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:589)

Did anything change in the ssl module recently?
History
Date User Action Args
2013-10-14 22:51:01gvanrossumsetrecipients: + gvanrossum, georg.brandl, pitrou, larry, sbt, serhiy.storchaka
2013-10-14 22:50:56gvanrossumsetmessageid: <1381791056.05.0.0298789958882.issue19262@psf.upfronthosting.co.za>
2013-10-14 22:50:56gvanrossumlinkissue19262 messages
2013-10-14 22:50:56gvanrossumcreate