Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dabeaz committed Feb 2, 2009
1 parent e4b234a commit 0319a85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions ANNOUNCE
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
May 28, 2008
February 6, 2009

Announcing : PLY-2.5 (Python Lex-Yacc)
Announcing : PLY-3.0 (Python Lex-Yacc)

http://www.dabeaz.com/ply

I'm pleased to announce a significant new update to PLY---a 100% Python
implementation of the common parsing tools lex and yacc. PLY-2.5 fixes
some bugs in error handling and provides some performance improvements.
implementation of the common parsing tools lex and yacc. PLY-3.0 adds
compatibility for Python 2.6 and 3.0, provides some new customization
options, and cleans up a lot of internal implementation details.

If you are new to PLY, here are a few highlights:

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
PLY is extremely easy to use and provides very extensive error checking.
""",
license="""Lesser GPL (LGPL)""",
version = "2.6",
version = "3.0",
author = "David Beazley",
author_email = "[email protected]",
maintainer = "David Beazley",
Expand Down

0 comments on commit 0319a85

Please sign in to comment.