diff options
| author | bbangert <devnull@localhost> | 2007-01-31 23:23:04 +0000 |
|---|---|---|
| committer | bbangert <devnull@localhost> | 2007-01-31 23:23:04 +0000 |
| commit | 3cf9d7b924258f7a43f44941301fec33ca4b9281 (patch) | |
| tree | a916e5a15418e3559543ecdcd8bcf3cfa72869d1 /docs | |
| parent | 23c338c931b0f905ad1d8e4bf09d4cb47f6039ec (diff) | |
| download | paste-3cf9d7b924258f7a43f44941301fec33ca4b9281.tar.gz | |
Switching mime-type parsing to be a WSGIRequest function instead of attribute.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/news.txt b/docs/news.txt index 4a156cc..2159cac 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -35,9 +35,10 @@ 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. +* ``paste.wsgiwrappers.WSGIRequest`` has match_accept() function to screen + incoming HTPT Accept values against a list of mime-types. + +* ``paste.wsgiwrappers.WSGIRequest.defaults`` now accepts 2 new keys: - language = The i18n language that should be used as the fallback should a translation not occur in a language file. See docs for details. |
