Re: [Python-Dev] [Python-checkins] r84906 - python/branches/py3k/Doc/library/ssl.rst

2010-09-21 Thread Antoine Pitrou
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


Re: [Python-Dev] [Python-checkins] r84906 - python/branches/py3k/Doc/library/ssl.rst

2010-09-20 Thread Éric Araujo
 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, so I think the method should be
listed somewhere.

Regards

___
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