[Python-Dev] [Python-checkins] r84906 - python/branches/py3k/Doc/library/ssl.rst (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Tue Sep 21 10:47:58 CEST 2010
- Previous message: [Python-Dev] [Python-checkins] r84906 - python/branches/py3k/Doc/library/ssl.rst
- Next message: [Python-Dev] r84931 - in python/branches/py3k: Include/symtable.h Misc/NEWS Python/ast.c Python/compile.c Python/future.c Python/symtable.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] [Python-checkins] r84906 - python/branches/py3k/Doc/library/ssl.rst
- Next message: [Python-Dev] r84931 - in python/branches/py3k: Include/symtable.h Misc/NEWS Python/ast.c Python/compile.c Python/future.c Python/symtable.c
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]