Pep 3105: the end of print?

Klaas mike.klaas at gmail.com
Sat Feb 17 00:22:04 EST 2007


On Feb 16, 2:31 pm, Sam <free.condime... at gmail.com> 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




More information about the Python-list mailing list