summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2009-02-03 20:23:51 +0000
committerDavid Beazley <dave@dabeaz.com>2009-02-03 20:23:51 +0000
commit93803cb38e3959f211b2198c9d2333eeb532a3fd (patch)
treedc3644b7ec3eb31c3f33a4e149beb5f83717a753
parentc8f677c855620572bf9f1a84ae5227bac67992cd (diff)
downloadply-93803cb38e3959f211b2198c9d2333eeb532a3fd.tar.gz
*** empty log message ***
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4becc10..22e0c54 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
Version 3.0
-----------------------------
+02/03/09: beazley
+ Fixed missing lexer attribute on certain tokens when
+ invoking the parser p_error() function. Reported by
+ Bart Whiteley.
+
02/02/09: beazley
The lex() command now does all error-reporting and diagonistics
using the logging module interface. Pass in a Logger object