Jim Jewett wrote: > Knowing which i's to rename strikes *me* as tricky,
It shouldn't be too hard if you approach it the right way. One way would be to temporarily change the symbol table entry for the loop var when compiling the loop body and any nested functions so that it refers to a different slot in the locals. -- Greg _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
