summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2008-05-16 20:57:13 +0000
committerDavid Beazley <dave@dabeaz.com>2008-05-16 20:57:13 +0000
commitc8e344b4dc35909367e6f4f0cc2ddfacf47baedc (patch)
tree197d9cf07d4e353c1b1310cba635cde246405759 /ANNOUNCE
parentc79c9f020e3e45eb1e820531d013dfe3ff957510 (diff)
downloadply-c8e344b4dc35909367e6f4f0cc2ddfacf47baedc.tar.gz
Minor cleanup
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE8
1 files changed, 4 insertions, 4 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index f409020..828f11e 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,12 +1,12 @@
-February 19, 2007
+May 17, 2008
- Announcing : PLY-2.3 (Python Lex-Yacc)
+ Announcing : PLY-2.4 (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.3 is
-a minor bug fix release, but also features improved performance.
+implementation of the common parsing tools lex and yacc. PLY-2.4 fixes
+some bugs in error handling and provides some performance improvements.
If you are new to PLY, here are a few highlights: