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 YoSTEALTH, rhettinger, serhiy.storchaka
Date 2016-08-25.16:46:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472143598.47.0.598628680921.issue27852@psf.upfronthosting.co.za>
In-reply-to
Content
In proposed implementation str and bytes are not flattened. What about bytearray? array.array? memoryview? For different tasks they can be considered atomic or as collections. There are such much task specific details and the implementation is such simple, that I think there is no need add this function in itertools. And due to this details it may be not worth to add it as a recipe.
History
Date User Action Args
2016-08-25 16:46:38serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, YoSTEALTH
2016-08-25 16:46:38serhiy.storchakasetmessageid: <1472143598.47.0.598628680921.issue27852@psf.upfronthosting.co.za>
2016-08-25 16:46:38serhiy.storchakalinkissue27852 messages
2016-08-25 16:46:38serhiy.storchakacreate