On Oct 17, 11:14 pm, Paul McGuire <[EMAIL PROTECTED]> wrote: > > (Python 3.0 uses syntax for catching exceptions that is incompatible > with Python versions pre 2.6, so there is no way for me to support > both existing Python releases and Python 3.0 with a common source code > base. For those who wish to try out pyparsing with Python 3.0, there > is a file pyparsing_py3.py in the SourceForge Subversion repository. > I have done some testing of this code, but many of my unit tests > still > need to be converted to Python 3.)
As mentioned above it should be easy to convert this at release time by running "2to3 -f except pyparsing.py". (Do tell me if you have any feedback; I'm maintaining it at the moment.) -- http://mail.python.org/mailman/listinfo/python-list