[New-bugs-announce] [issue4119] ssl wrapper: add makefile() method
STINNER Victor
report at bugs.python.org
Tue Oct 14 01:44:54 CEST 2008
New submission from STINNER Victor <victor.stinner at haypocalc.com>:
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 <report at bugs.python.org>
<http://bugs.python.org/issue4119>
_______________________________________
More information about the New-bugs-announce
mailing list