>> > Raymond then
    >> translated
    >> >
    >> >     for x in [1,2,3]:
    >> >
    >> > to
    >> >
    >> >     for x in frozenset([1,2,3]):

    Raymond> That's not right.  for-statements are not touched.

Thanks for the correction.  My apologies for the misstep.

Skip
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to