On Tue, 21 Sep 2010 02:34:46 +0200 Éric Araujo <mer...@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. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com