[Python-Dev] [Python-checkins] r84906 - python/branches/py3k/Doc/library/ssl.rst (original) (raw)
Éric Araujo merwok at netwok.org
Tue Sep 21 02:34:46 CEST 2010
- Previous message: [Python-Dev] [Python-checkins] r84871 + committing distutils fixes
- Next message: [Python-Dev] [Python-checkins] r84906 - python/branches/py3k/Doc/library/ssl.rst
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] [Python-checkins] r84871 + committing distutils fixes
- Next message: [Python-Dev] [Python-checkins] r84906 - python/branches/py3k/Doc/library/ssl.rst
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]