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 vstinner
Date 2008-10-13.23:44:53
SpamBayes Score 3.4475895e-06
Marked as misclassified No
Message-id <1223941494.63.0.576303360385.issue4119@psf.upfronthosting.co.za>
In-reply-to
Content
ssl module of Python 2.6 has a makefile() method whereas Python3 has 
not. Attached patch fix this issue. There a just a difference between 
Python2 and Python3 makefile() method: Python3 has not bufsize 
optional argument because SocketIO() is unbuffered.
History
Date User Action Args
2008-10-13 23:44:54vstinnersetrecipients: + vstinner
2008-10-13 23:44:54vstinnersetmessageid: <1223941494.63.0.576303360385.issue4119@psf.upfronthosting.co.za>
2008-10-13 23:44:54vstinnerlinkissue4119 messages
2008-10-13 23:44:53vstinnercreate