> There are a tool called "2to3" that translates things like "print foo" to 
> print(foo).

The point of my original post was that if I want to maintain a common code 
base the tool must translate 'print foo' to 'print2(foo)'.

Edward
--------------------------------------------------------------------
Edward K. Ream   email:  [EMAIL PROTECTED]
Leo: http://webpages.charter.net/edreamleo/front.html
--------------------------------------------------------------------


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to