Skip to content

Commit

Permalink
Add bugfix notice for Response.from_file
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Apr 4, 2015
1 parent 1536942 commit 2aefb60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/news.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Features
Bug Fixes
~~~~~~~~~

- Response.from_file returns HTTP headers as latin1 rather than UTF-8, this
fixes the usage on Google AppEngine. See
https://github.com/Pylons/webob/issues/99 and
https://github.com/Pylons/webob/pull/150

- Fix a bug in parsing the auth parameters that contained bad white space. This
makes the parsing fall in line with what's required in RFC7235. See
https://github.com/Pylons/webob/issues/158
Expand Down

0 comments on commit 2aefb60

Please sign in to comment.