diff options
| author | ianb <devnull@localhost> | 2007-12-17 23:21:05 +0000 |
|---|---|---|
| committer | ianb <devnull@localhost> | 2007-12-17 23:21:05 +0000 |
| commit | c503a3ff023b96ce0d1e7b39b900789d7f73b3bc (patch) | |
| tree | a26cb64668007427c27f1d6d39298bd8fdf551ca /docs | |
| parent | de72221d6fd4fd8d9f69cd884cdb1a580b0f86b8 (diff) | |
| download | paste-c503a3ff023b96ce0d1e7b39b900789d7f73b3bc.tar.gz | |
use basecookie instead of simplecookie
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 3 |
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 ----- |
