summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-14 00:50:16 -0500
committerChris McDonough <chrism@plope.com>2012-11-14 00:50:16 -0500
commite70753d54b0603f03f787c653040377e0b45d5f7 (patch)
treedb41f74fe6445acd18e6a74b74171504f7d46858 /CHANGES.txt
parent3563e7f4ee334f2e9edef3f2aa9336206b20a05c (diff)
parent23de5bafdc074a01541a2a3dd3fa9e20e5801d57 (diff)
downloadpyramid-e70753d54b0603f03f787c653040377e0b45d5f7.tar.gz
pyramid-e70753d54b0603f03f787c653040377e0b45d5f7.tar.bz2
pyramid-e70753d54b0603f03f787c653040377e0b45d5f7.zip
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e40312c34..16e3d8586 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -61,6 +61,10 @@ Bug Fixes
``physical_path`` predicate implementations; instead of raising an exception,
return False.
+- :func:`pyramid.view.render_view` was not functioning properly under
+ Python 3.x due to a byte/unicode discrepancy. See
+ http://github.com/Pylons/pyramid/issues/721
+
Deprecations
------------