pyparsing, a Python module for parsing text using a context-free grammar, has just been updated with the release of version 1.1.2. With this release, pyparsing continues to stabilize and converge on a production-worthy package.
Version 1.1.2 releases no new API changes, and only one minor bug fix - the starting location reported by scanString now correctly reports the start of the found tokens, not the start of any leading whitespace.
This version also includes a beautiful set of HTML class help files, generated using Epydoc.
Lastly, on a development process note, pyparsing now has a set of unit/regression tests to verify that core features continue to function as before, and that previously fixed bugs don't get "unfixed."
pyparsing's project home page is http://pyparsing.sourceforge.net. Please let me know if you find pyparsing helpful in your text processing efforts.
-- Paul McGuire
ptmcg@users.sourceforge.net