On 22 Dec 2006 19:59:53 -0800, Paul McGuire wrote:
>
> Download pyparsing 1.4.5 at http://pyparsing.sourceforge.net. The
> pyparsing Wiki is at http://pyparsing.wikispaces.com
>
When I click on the sourceforge link above, I get redirected to the wiki.
However, http://sourceforge.net/projects/
This latest version of pyparsing has a few minor bug-fixes and
enhancements, and a performance improvement of up to 100% increase in
parsing speed.
This release also includes some new examples:
- parsePythonValue.py - parses strings representing lists, dicts,
and tuples, with nesting support
- s