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 serhiy.storchaka
Recipients alex, gregory.p.smith, serhiy.storchaka
Date 2013-03-04.07:55:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362383745.91.0.0426757153491.issue17343@psf.upfronthosting.co.za>
In-reply-to
Content
> While not required, It'd be useful if the implementation of this pre-scanned the data internally so that the length of the generated sequence was known up front.  This could imply an internal bitset of vector of split indices is kept for the life of the generator (implementation detail left up to the implementor) if scanning over the input data more than once is undesirable.

bytearray can be modified between iterations.
History
Date User Action Args
2013-03-04 07:55:45serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, alex
2013-03-04 07:55:45serhiy.storchakasetmessageid: <1362383745.91.0.0426757153491.issue17343@psf.upfronthosting.co.za>
2013-03-04 07:55:45serhiy.storchakalinkissue17343 messages
2013-03-04 07:55:45serhiy.storchakacreate