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 pavel-lexyr, rhettinger, serhiy.storchaka
Date 2021-07-09.17:44:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1625852699.19.0.861893927209.issue44571@roundup.psfhosted.org>
In-reply-to
Content
For convenience, the takewhile iterator can also have additional attributes: a boolean attribute which indicates that the falsifying element is set, and dynamic attribute which is equal to orig_iterator or chain([odd_element], orig_iterator).
History
Date User Action Args
2021-07-09 17:44:59serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, pavel-lexyr
2021-07-09 17:44:59serhiy.storchakasetmessageid: <1625852699.19.0.861893927209.issue44571@roundup.psfhosted.org>
2021-07-09 17:44:59serhiy.storchakalinkissue44571 messages
2021-07-09 17:44:59serhiy.storchakacreate