summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2009-02-02 23:10:17 +0000
committerDavid Beazley <dave@dabeaz.com>2009-02-02 23:10:17 +0000
commit0319a857cdd681098f7a91cc96b094ffa677d5c4 (patch)
treec4b1ce61919e4012bb29f856c271d193632e49ce /ANNOUNCE
parente4b234ad8eb4d10d47dd0600f26ece6a457ba561 (diff)
downloadply-0319a857cdd681098f7a91cc96b094ffa677d5c4.tar.gz
Minor changes
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE9
1 files changed, 5 insertions, 4 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 02b6cde..2155918 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -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: