On Feb 16, 2:31 pm, Sam <[EMAIL PROTECTED]> wrote:
>    pass
> except (ImportError, SyntaxError):
>    # python 3.0
>    print2 = print
> SyntaxError: invalid syntax
>
> Any and all aliasing must happen in compat26.py. My suggested solution is 
> this:

Good catch.  Point is that it is not impossible.

-mike

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

Reply via email to