summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-27 00:01:39 -0400
committerChris McDonough <chrism@plope.com>2012-03-27 00:01:39 -0400
commit077fa3a52fb3c160e33bbd7344c56534e77adc49 (patch)
treeb08378ba31feda0054ad50ec82bdbf5cd8b490b0
parent3f659fe4436958eee8fc9cd8412c5c0f2a147972 (diff)
downloadpyramid-077fa3a52fb3c160e33bbd7344c56534e77adc49.tar.gz
pyramid-077fa3a52fb3c160e33bbd7344c56534e77adc49.tar.bz2
pyramid-077fa3a52fb3c160e33bbd7344c56534e77adc49.zip
add change note
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 7fd8b7a64..859dc7b74 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,16 @@ Bug Fixes
the debug toolbar, which effectively requires it to be present to work
properly.
+- When an asset specification was used as a Mako ``renderer=`` argument and a
+ ``mako.modules_directory`` was specified, Pyramid would fail to render the
+ template and instead would raise an error when attempting to write the file
+ to the modules directory. Example symptom: ``WindowsError: [Error 267] The
+ directory name is invalid:
+ 'c:\\docume~1\\chrism\\locals~1\\temp\\tmp9jtjix\\pyramid.tests:fixtures'``.
+ We now replace the colon in the Mako module filename with a dollar sign, so
+ it can work on Windows. See https://github.com/Pylons/pyramid/issues/512
+ for more information.
+
1.3 (2012-03-21)
================