-- http://mail.python.org/mailman/listinfo/python-list
Where is documented the behaviour of the standard function randrange in
the case of an empty list ? for instance randrange(42,33) ? May I rely
on an ValueError type error?
- randrange exceptional behavior candide