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 r.david.murray
Recipients benjamin.peterson, ezio.melotti, fabioz, gvanrossum, michael.foord, r.david.murray, rhettinger, terry.reedy, tomwardill
Date 2013-08-03.16:17:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375546653.21.0.0671070956824.issue11798@psf.upfronthosting.co.za>
In-reply-to
Content
Terry: I would not be in favor of using the normal iter, since iterating a collection doesn't normally empty it, and there may be tools that iterate a test suite outside of test execution.  Adding a pop_iter method would be a backward compatibility issue, since "replacement" test suites would not have that method.  I think the current patch is the best bet for maintaining backward compatibility.
History
Date User Action Args
2013-08-03 16:17:33r.david.murraysetrecipients: + r.david.murray, gvanrossum, rhettinger, terry.reedy, fabioz, benjamin.peterson, ezio.melotti, michael.foord, tomwardill
2013-08-03 16:17:33r.david.murraysetmessageid: <1375546653.21.0.0671070956824.issue11798@psf.upfronthosting.co.za>
2013-08-03 16:17:33r.david.murraylinkissue11798 messages
2013-08-03 16:17:33r.david.murraycreate