ANN: pyparsing 1.5.1 released

Benjamin musiccomposition at gmail.com
Sun Oct 19 22:51:52 EDT 2008


On Oct 17, 11:14 pm, Paul McGuire <pt... at austin.rr.com> 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.)



More information about the Python-list mailing list