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 slateny
Recipients JanKanis, benjamin.peterson, dhaffey, dlesco, docs@python, hynek, josh.r, lemburg, pitrou, slateny, stutzbach, terry.reedy
Date 2021-12-28.04:47:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640666820.89.0.476713756217.issue21910@roundup.psfhosted.org>
In-reply-to
Content
I'd be interested in taking a look at this - would these changes clarify things?

Current (https://docs.python.org/3/library/codecs.html#codecs.StreamWriter):

Writes the concatenated list of strings to the stream (possibly by reusing the write() method). The standard bytes-to-bytes codecs do not support this method.

Proposed:

Writes the concatenated list of strings to the stream by reusing the write() method, and thus does not support infinite or very large generators. The standard bytes-to-bytes codecs do not support this method.
History
Date User Action Args
2021-12-28 04:47:00slatenysetrecipients: + slateny, lemburg, terry.reedy, pitrou, benjamin.peterson, stutzbach, dlesco, dhaffey, docs@python, JanKanis, hynek, josh.r
2021-12-28 04:47:00slatenysetmessageid: <1640666820.89.0.476713756217.issue21910@roundup.psfhosted.org>
2021-12-28 04:47:00slatenylinkissue21910 messages
2021-12-28 04:47:00slatenycreate