Skip to content

Commit

Permalink
Update CHANGES.txt for FieldStorage changes
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Dec 10, 2016
1 parent 5c598f1 commit 493f3bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ Bugfix

- Fixup ``cgi.FieldStorage`` on Python 3.x to work-around issue reported in
Python bug report 27777 and 24764. This is currently applied for Python
versions less than 3.7. See https://github.com/Pylons/webob/pull/294
versions less than 3.7. See https://github.com/Pylons/webob/pull/294 and
https://github.com/Pylons/webob/pull/300

- ``Response.set_cookie`` now accepts ``datetime`` objects for the ``expires``
kwarg and will correctly convert them to UTC with no tzinfo for use in
Expand Down

0 comments on commit 493f3bd

Please sign in to comment.