diff options
| author | Chris McDonough <chrism@plope.com> | 2011-10-13 07:13:04 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-10-13 07:13:04 -0400 |
| commit | c44147eda679e716c53dc22bed0f0b7a283f7366 (patch) | |
| tree | a51387bfc8317817f3ae5cb55c54e20a111ed4e2 /docs | |
| parent | b025708467136bd33eb0fe14dc8c48bf7a0f8844 (diff) | |
| download | webob-feature.pylons10compat.tar.gz | |
gardenfeature.pylons10compat
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/news.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt index 488733c..3e47548 100644 --- a/docs/news.txt +++ b/docs/news.txt @@ -33,6 +33,13 @@ master than text. Use ``uscript_name`` and ``upath_info`` to get the text version of SCRIPT_NAME and PATH_INFO. +* Don't raise an exception if ``unicode_errors`` or ``decode_param_names`` is + passed to the Request constructor. Instead, emit a warning. For benefit + of Pylons 1.X, which passes both. + +* Don't raise an exception if HTTPException.exception is used; instead emit a + warning. For benefit of Pylons 1.X, which uses it. + 1.2a2 --------- |
