diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-12 19:18:12 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-11-12 19:18:12 -0500 |
| commit | 6eea95175349e1e2383e74a1157ffbdee5a258d4 (patch) | |
| tree | be70fd53ef2002b15ae90865ea0b8c7f06868524 /CHANGES | |
| parent | 032b09f691e124cf1d5fb5484669cf05beae69f3 (diff) | |
| download | external_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-- | CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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. |
