From b2481c5a01cd10764ebcdacb0a084beaa0a90e68 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 1 Nov 2009 18:51:04 +0000 Subject: --- CHANGES.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 0c588a8ab..07a702383 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,8 +16,7 @@ Bug Fixes declarations: rename ``renderer`` attribute to ``view_renderer``. - Header values returned by the ``authtktauthenticationpolicy`` - ``remember`` and ``forget`` methods would be of type ``unicode`` if - the ``cookie_name`` attribute was used in the ZCML declaration. + ``remember`` and ``forget`` methods would be of type ``unicode``. This violated the WSGI spec, causing a ``TypeError`` to be raised when these headers were used under ``mod_wsgi``. -- cgit v1.2.3