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 rhettinger
Recipients eric.smith, mkurnikov, rhettinger
Date 2018-09-12.18:21:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1536776468.4.0.956365154283.issue34409@psf.upfronthosting.co.za>
In-reply-to
Content
I recommend passing on this feature request as being too specialized and beyond the scope of what data classes are intended to do.  

FWIW, the information needed by a user to write their own customized iteration patterns is publicly available.  One of the reasons for having a general purpose programming language is to enable users to write customizations that best fit their particular use cases.
History
Date User Action Args
2018-09-12 18:21:08rhettingersetrecipients: + rhettinger, eric.smith, mkurnikov
2018-09-12 18:21:08rhettingersetmessageid: <1536776468.4.0.956365154283.issue34409@psf.upfronthosting.co.za>
2018-09-12 18:21:08rhettingerlinkissue34409 messages
2018-09-12 18:21:08rhettingercreate