This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients eric.smith, kaizhu, pitrou
Date 2010-10-07.22:34:29
SpamBayes Score 0.0051741023
Marked as misclassified No
Message-id <1286490870.97.0.920642421985.issue10041@psf.upfronthosting.co.za>
In-reply-to
Content
As Eric said. Please see the socket.makefile doc:

“Return a file object associated with the socket. The exact returned type depends on the arguments given to makefile(). These arguments are interpreted the same way as by the built-in open() function.”

(http://docs.python.org/py3k/library/socket.html#socket.socket.makefile)

And in turn, the built-in open() function des cribes the `newline` parameters, which sets whether newline characters are translated.
History
Date User Action Args
2010-10-07 22:34:31pitrousetrecipients: + pitrou, eric.smith, kaizhu
2010-10-07 22:34:30pitrousetmessageid: <1286490870.97.0.920642421985.issue10041@psf.upfronthosting.co.za>
2010-10-07 22:34:29pitroulinkissue10041 messages
2010-10-07 22:34:29pitroucreate