summaryrefslogtreecommitdiff
path: root/ANNOUNCE
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2011-02-17 21:31:29 -0600
committerDavid Beazley <dave@dabeaz.com>2011-02-17 21:31:29 -0600
commitb680111af209325e7707b803025f5a382715719d (patch)
treed2ed42d84f312c49f6912eaf7227164e610bb1c0 /ANNOUNCE
parentc971fabd07cb0988b30e3288229d2abc88af0da2 (diff)
downloadply-b680111af209325e7707b803025f5a382715719d.tar.gz
Python3.2 fixes
Diffstat (limited to 'ANNOUNCE')
-rw-r--r--ANNOUNCE8
1 files changed, 4 insertions, 4 deletions
diff --git a/ANNOUNCE b/ANNOUNCE
index 735aa87..bdc1c10 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,11 +1,11 @@
-September 2, 2009
+February 17, 2011
- Announcing : PLY-3.3 (Python Lex-Yacc)
+ Announcing : PLY-3.4 (Python Lex-Yacc)
http://www.dabeaz.com/ply
-I'm pleased to announce PLY-3.3--a pure Python implementation of the
-common parsing tools lex and yacc. PLY-3.3 is a minor bug fix
+I'm pleased to announce PLY-3.4--a pure Python implementation of the
+common parsing tools lex and yacc. PLY-3.4 is a minor bug fix
release. It supports both Python 2 and Python 3.
If you are new to PLY, here are a few highlights: