summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorbbangert <devnull@localhost>2007-01-31 23:13:31 +0000
committerbbangert <devnull@localhost>2007-01-31 23:13:31 +0000
commit23c338c931b0f905ad1d8e4bf09d4cb47f6039ec (patch)
treedc2cd6e8c3bfab6615ec31276cc567b4735e7313 /docs
parentafa02337bac78d6a37e59866efebb075ed72114a (diff)
downloadpaste-23c338c931b0f905ad1d8e4bf09d4cb47f6039ec.tar.gz
Moved wsgiwrapper news to wsgiwrappers section.
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/news.txt b/docs/news.txt
index e11ae98..4a156cc 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -12,13 +12,6 @@ svn trunk
* paste.mimeparse module added that handles parsing HTTP Accept headers
for quality and mime-types.
-* paste.wsgiwrappers.WSGIRequest.defaults now accepts 2 new keys:
- - mimetypes = A list of mimetypes in the order the server wants to send
- them.
- - language = The i18n language that should be used as the fallback should
- a translation not occur in a language file. See docs for
- details.
-
* ``paste.request.construct_url`` was adding ``SERVER_PORT`` to
``HTTP_HOST``; but ``HTTP_HOST`` (from the Host header) generally
contains a port when necessary, and ``SERVER_PORT`` should only be
@@ -42,6 +35,13 @@ svn trunk
In paste.wsgiwrappers
~~~~~~~~~~~~~~~~~~~~~
+* paste.wsgiwrappers.WSGIRequest.defaults now accepts 2 new keys:
+ - mimetypes = A list of mimetypes in the order the server wants to send
+ them.
+ - language = The i18n language that should be used as the fallback should
+ a translation not occur in a language file. See docs for
+ details.
+
* ``paste.wsgiwrappers.WSGIRequest`` can now optionally decode form
parameters to unicode when it has a ``charset`` value set.