[Python-Dev] [Python-checkins] r84906 - python/branches/py3k/Doc/library/ssl.rst
Antoine Pitrou
solipsis at pitrou.net
Tue Sep 21 10:47:58 CEST 2010
On Tue, 21 Sep 2010 02:34:46 +0200
Éric Araujo <merwok at netwok.org> wrote:
> > Log:
> > Remove references to read() and write() methods, which are useless
> > synonyms of recv() and send()
>
> Unless I’m mistaken, ssl.SSLSocket.write is still useful for use with
> print, pprint and maybe other functions,
Hmm, sorry? I don't get what you're talking about. You don't use
print() with plain sockets, so you shouldn't use it with SSL sockets
either.
Regards
Antoine.
More information about the Python-Dev
mailing list