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 altvod
Recipients SilentGhost, altvod
Date 2016-07-25.12:44:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469450696.64.0.962080220579.issue27613@psf.upfronthosting.co.za>
In-reply-to
Content
With streaming you never know the real length before you're done iterating.

Anyway, the fix really shouldn't be that complicated:
In _iterencode_list just yield  the '[' instead of saving it to buf
History
Date User Action Args
2016-07-25 12:44:56altvodsetrecipients: + altvod, SilentGhost
2016-07-25 12:44:56altvodsetmessageid: <1469450696.64.0.962080220579.issue27613@psf.upfronthosting.co.za>
2016-07-25 12:44:56altvodlinkissue27613 messages
2016-07-25 12:44:56altvodcreate