Re: ANN: pyparsing 1.5.1 released

2008-10-20 Thread Marc 'BlackJack' Rintsch
On Mon, 20 Oct 2008 13:54:56 +0800, oyster wrote: > but the pyparsing.py in pyparsing-1.5.1.tar.gz is marked as 2008-10-02 I > think it is good too touch all the files' time up-to-date. Why? This throws away information, such as "when was package/module xy changed". Ciao, Marc 'BlackJ

Re: ANN: pyparsing 1.5.1 released

2008-10-19 Thread Terry Reedy
Rob Williscroft wrote: AIUI the idea is that you write your 2.x python code (and tests) so that when they are processed by 2to3.py you get valid python 3.x code that will pass all its tests. You then maintain your 2.x code base adding another test where the code (and tests) is run through 2

Re: ANN: pyparsing 1.5.1 released

2008-10-19 Thread oyster
but the pyparsing.py in pyparsing-1.5.1.tar.gz is marked as 2008-10-02 I think it is good too touch all the files' time up-to-date. -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: pyparsing 1.5.1 released

2008-10-19 Thread Benjamin
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

Re: ANN: pyparsing 1.5.1 released

2008-10-19 Thread Rob Williscroft
Paul McGuire wrote in news:[EMAIL PROTECTED] in comp.lang.python: > On Oct 18, 1:05 pm, Terry Reedy <[EMAIL PROTECTED]> wrote: >> Paul McGuire wrote: >> > I've just uploaded to SourceForge and PyPI the latest update to >> > (Python 3.0 uses syntax for catching exceptions that is >> > incompatible

Re: ANN: pyparsing 1.5.1 released

2008-10-19 Thread Paul McGuire
On Oct 18, 1:05 pm, Terry Reedy <[EMAIL PROTECTED]> wrote: > Paul McGuire wrote: > > I've just uploaded to SourceForge and PyPI the latest update to > > (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 > > bo

Re: ANN: pyparsing 1.5.1 released

2008-10-18 Thread Terry Reedy
Paul McGuire wrote: I've just uploaded to SourceForge and PyPI the latest update to (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 bas

ANN: pyparsing 1.5.1 released

2008-10-17 Thread Paul McGuire
I've just uploaded to SourceForge and PyPI the latest update to pyparsing, version 1.5.1. It has been a couple of months since 1.5.0 was released, and a number of bug-fixes and enhancements have accumulated in SVN, so time for a release! Here's what's new in Pyparsing 1.5.1: - Added __dir__() me