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() is unbuffered.

----------
components: Library (Lib)
files: ssl_makefile.py
messages: 74714
nosy: haypo
severity: normal
status: open
title: ssl wrapper: add makefile() method
versions: Python 3.0
Added file: http://bugs.python.org/file11779/ssl_makefile.py

_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4119>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to