diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-05 18:47:56 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2010-03-05 18:47:56 +0000 |
| commit | 89eae3cc302909811cd269bde7a9a80ac17ab747 (patch) | |
| tree | 58e274158d5378c176edde9e11b1bf64725c74a2 /CHANGES | |
| parent | 876c371f4e12abf9f1126420ae261c37f4b09c57 (diff) | |
| download | external_python_mako-89eae3cc302909811cd269bde7a9a80ac17ab747.tar.gz external_python_mako-89eae3cc302909811cd269bde7a9a80ac17ab747.tar.bz2 external_python_mako-89eae3cc302909811cd269bde7a9a80ac17ab747.zip | |
- Windows paths are handled correctly if a Template
is passed only an absolute filename (i.e. with c:
drive etc.) and no URI - the URI is converted
to a forward-slash path and module_directory
is treated as a windows path. [ticket:128]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -44,6 +44,12 @@ no longer get doubly-rendered in the body() scope, and now allow local variable assignment without breakage. [ticket:109] + +- Windows paths are handled correctly if a Template + is passed only an absolute filename (i.e. with c: + drive etc.) and no URI - the URI is converted + to a forward-slash path and module_directory + is treated as a windows path. [ticket:128] 0.2.6 |
