Hi group,Python 2.6 has itertools.product:
if I remember correctly, wasn't there a way to quickly iterate through
nested loops? Something like
http://docs.python.org/library/itert...rtools.product
If you don't have Python 2.6 available, then the documentation
above also contains (almost) equivalent Python code that might
work for you.
Mark