summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2012-04-18 09:06:34 -0500
committerDavid Beazley <dave@dabeaz.com>2012-04-18 09:06:34 -0500
commit077a257abaa739b93d8f20d7e6514781b20c37d4 (patch)
tree16c86bed6b5a2a54c9da8f0d9b5e4427323f29b1 /CHANGES
parent7e1d66e1498e4d1210cd4fd7df6e866d6cc4866d (diff)
downloadply-077a257abaa739b93d8f20d7e6514781b20c37d4.tar.gz
TOKEN decorator changes.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7b2ac85..f8a1d1e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,13 @@
Version 3.5
---------------------
04/18/12: beazley
+ Change to doc string handling in lex module. Regex patterns are now first
+ pulled from a function's .regex attribute. If that doesn't exist, then
+ .doc is checked as a fallback. The @TOKEN decorator now sets the .regex
+ attribute of a function instead of its doc string.
+ Changed suggested by Kristoffer Ellersgaard Koch.
+
+04/18/12: beazley
Fixed issue #1: Fixed _tabversion. It should use __tabversion__ instead of __version__
Reported by Daniele Tricoli