Message91410
--- El jue 6-ago-09, Antoine Pitrou <report@bugs.python.org> escribió: > Antoine Pitrou <pitrou@free.fr> > added the comment: > > Is it ok if the message id is predictable? I don't know of any use of message ids apart from uniquely identifying the message, but we could still keep a random part followed by the sequence. > Besides, _gen_next_number() can more efficiently be written > as: > > _gen_next_number = itertools.cycle(xrange(N)) Written that way it will eventually hold a list with 100000 integers forever. Yahoo! Cocina Encontra las mejores recetas con Yahoo! Cocina. http://ar.mujer.yahoo.com/cocina/ | |
Date | User | Action | Args | 2009-08-07 19:34:17 | ggenellina | set | recipients: + ggenellina, mwh, pitrou, allenap | 2009-08-07 19:34:15 | ggenellina | link | issue6598 messages | 2009-08-07 19:34:15 | ggenellina | create | | |