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 pitrou
Recipients allenap, ggenellina, mwh, pitrou
Date 2009-08-06.18:18:59
SpamBayes Score 0.013341291
Marked as misclassified No
Message-id <1249582741.04.0.0669700400433.issue6598@psf.upfronthosting.co.za>
In-reply-to
Content
Is it ok if the message id is predictable?
Besides, _gen_next_number() can more efficiently be written as:

_gen_next_number = itertools.cycle(xrange(N))
History
Date User Action Args
2009-08-06 18:19:01pitrousetrecipients: + pitrou, mwh, ggenellina, allenap
2009-08-06 18:19:01pitrousetmessageid: <1249582741.04.0.0669700400433.issue6598@psf.upfronthosting.co.za>
2009-08-06 18:18:59pitroulinkissue6598 messages
2009-08-06 18:18:59pitroucreate