aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-11-12 19:18:12 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2010-11-12 19:18:12 -0500
commit6eea95175349e1e2383e74a1157ffbdee5a258d4 (patch)
treebe70fd53ef2002b15ae90865ea0b8c7f06868524 /CHANGES
parent032b09f691e124cf1d5fb5484669cf05beae69f3 (diff)
downloadexternal_python_mako-6eea95175349e1e2383e74a1157ffbdee5a258d4.tar.gz
external_python_mako-6eea95175349e1e2383e74a1157ffbdee5a258d4.tar.bz2
external_python_mako-6eea95175349e1e2383e74a1157ffbdee5a258d4.zip
- Patch to lexer to not generate an empty
'' write in the case of backslash-ended lines. [ticket:155]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 8867314..ff20159 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,7 +12,11 @@
from startup, particularly for
"single execution" environments
such as shell scripts. [ticket:153]
-
+
+- Patch to lexer to not generate an empty
+ '' write in the case of backslash-ended
+ lines. [ticket:155]
+
- Fixed missing **extra collection in
setup.py which prevented setup.py
from running 2to3 on install.