aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2010-03-05 18:47:56 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2010-03-05 18:47:56 +0000
commit89eae3cc302909811cd269bde7a9a80ac17ab747 (patch)
tree58e274158d5378c176edde9e11b1bf64725c74a2 /CHANGES
parent876c371f4e12abf9f1126420ae261c37f4b09c57 (diff)
downloadexternal_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--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 06d7643..eb38534 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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