summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-12-17 23:21:05 +0000
committerianb <devnull@localhost>2007-12-17 23:21:05 +0000
commitc503a3ff023b96ce0d1e7b39b900789d7f73b3bc (patch)
treea26cb64668007427c27f1d6d39298bd8fdf551ca /docs
parentde72221d6fd4fd8d9f69cd884cdb1a580b0f86b8 (diff)
downloadpaste-c503a3ff023b96ce0d1e7b39b900789d7f73b3bc.tar.gz
use basecookie instead of simplecookie
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index f52fb68..e815d61 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -24,6 +24,9 @@ svn trunk
* Fix small issue with ``paste.cgiapp`` and mod_wsgi.
+* Use ``BaseCookie`` instead of ``SimpleCookie`` for storing cookies
+ (avoids quoting cookie values).
+
1.5.1
-----