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 isoschiz
Recipients benjamin.peterson, isoschiz, r.david.murray
Date 2013-04-06.20:56:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365281784.97.0.35252982396.issue17646@psf.upfronthosting.co.za>
In-reply-to
Content
I hadn't spotted that one!

My refactor goes further (consolidates all duplicates, not just the tb ones), is implemented the way you suggested therein (print in terms of extract), and is "more efficient" in that it uses generators for all intermediate iterators. 

However, I'm happy to either attach my diff to that issue, refactor mine in terms of that one, or whatever you think is best.
History
Date User Action Args
2013-04-06 20:56:25isoschizsetrecipients: + isoschiz, benjamin.peterson, r.david.murray
2013-04-06 20:56:24isoschizsetmessageid: <1365281784.97.0.35252982396.issue17646@psf.upfronthosting.co.za>
2013-04-06 20:56:24isoschizlinkissue17646 messages
2013-04-06 20:56:24isoschizcreate