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 lemburg
Recipients doerwalter, lemburg, loewis, martin.panter, ncoghlan, vstinner
Date 2015-01-15.23:05:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <54B847A1.9030607@egenix.com>
In-reply-to <54B8470E.5050405@egenix.com>
Content
This addition is wrong as well:

    The *stream* argument must be a file-like object open for reading
-   text or binary data, as appropriate for the specific codec.
+   text or binary data, as appropriate for the specific codec. This stream is
+   assumed to have ended as soon as a read from it returns no data.

Where did you get this idea from ?
History
Date User Action Args
2015-01-15 23:05:07lemburgsetrecipients: + lemburg, loewis, doerwalter, ncoghlan, vstinner, martin.panter
2015-01-15 23:05:07lemburglinkissue20132 messages
2015-01-15 23:05:07lemburgcreate