diff options
author | ianb <devnull@localhost> | 2009-04-11 02:34:45 +0000 |
---|---|---|
committer | ianb <devnull@localhost> | 2009-04-11 02:34:45 +0000 |
commit | fd6022f84ce8ee0fbb14d85ed846cabb31a5d56f (patch) | |
tree | 8e56ee8d10af7e5e47b7accdd1aaed7f371e3bba /docs | |
parent | dec8384da126b9aeefdf23660c0abcbf7f5a343b (diff) | |
download | tempita-fd6022f84ce8ee0fbb14d85ed846cabb31a5d56f.tar.gz |
fix issues with \r in expressions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.txt b/docs/index.txt index a9b6814..44d412d 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -480,6 +480,8 @@ svn trunk rules, and must be a module name) the template name is put into ``__template_name__``. This became important in Python 2.5. +* Fix some issues with \r + 0.3 --- |