summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-08-26 15:50:34 -0400
committerChris McDonough <chrism@plope.com>2012-08-26 15:50:34 -0400
commita9289d95036eb23e973815e529d3db3fea235046 (patch)
tree839412d1444e46a70494a6f92b0e03525a7b513c /CHANGES.txt
parent405213d0ee1f60de38e7ed49f50df3b8480b7c66 (diff)
downloadpyramid-a9289d95036eb23e973815e529d3db3fea235046.tar.gz
pyramid-a9289d95036eb23e973815e529d3db3fea235046.tar.bz2
pyramid-a9289d95036eb23e973815e529d3db3fea235046.zip
- Forward-port from 1.3 branch: when registering multiple views with an
``accept`` predicate in a Pyramid application runing under Python 3, you might have received a ``TypeError: unorderable types: function() < function()`` exception.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 369e9d74d..c414ab74c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -37,6 +37,11 @@ Bug Fixes
``__doc__`` attributes. See https://github.com/Pylons/pyramid/issues/621
and https://github.com/Pylons/pyramid/pull/647.
+- Forward-port from 1.3 branch: when registering multiple views with an
+ ``accept`` predicate in a Pyramid application runing under Python 3, you
+ might have received a ``TypeError: unorderable types: function() <
+ function()`` exception.
+
Features
--------