Antoine Pitrou <pit...@free.fr> added the comment: 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)) ---------- nosy: +pitrou _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6598> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com