[issue4119] ssl wrapper: add makefile() method

2008-10-13 Thread STINNER Victor
STINNER Victor <[EMAIL PROTECTED]> added the comment: Ooops, ssl already has a makefile() method from socket object! I was confused because of the Python 2.6 version of socket module... -- resolution: -> invalid status: open -> closed ___ Python tra

[issue4119] ssl wrapper: add makefile() method

2008-10-13 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> janssen nosy: +janssen ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue4119] ssl wrapper: add makefile() method

2008-10-13 Thread STINNER Victor
New submission from STINNER Victor <[EMAIL PROTECTED]>: 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()