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 vstinner
Recipients giampaolo.rodola, hdima, vstinner
Date 2008-10-13.23:07:27
SpamBayes Score 2.3104265e-08
Marked as misclassified No
Message-id <1223939249.17.0.645632082368.issue3727@psf.upfronthosting.co.za>
In-reply-to
Content
Ooops, my previous patch was wrong (startswith => not startswith).

I tested python trunk test for poplib: with minor changes, all tests 
are ok except tests using SSL. I get a "select.error: (9, 'Bad file 
descriptor')" from asyncore. So I tried to synchronize python3 ssl 
with python2 trunk, but it depends on python2 trunk version of the 
socket module and this module is very complex and hard to port to 
python3.

About EBADF error from select(), it may comes from missing makefile() 
method of the ssl socket wrapper.
History
Date User Action Args
2008-10-13 23:07:29vstinnersetrecipients: + vstinner, hdima, giampaolo.rodola
2008-10-13 23:07:29vstinnersetmessageid: <1223939249.17.0.645632082368.issue3727@psf.upfronthosting.co.za>
2008-10-13 23:07:28vstinnerlinkissue3727 messages
2008-10-13 23:07:28vstinnercreate