Hey all,
The second release candidate of WebOb 1.7.0 has been released.
Please take a look at what’s new here:
http://docs.webob.org/en/1.7-branch/whatsnew-1.7.html
Please download it from your nearest cheese shop mirror:
https://pypi.python.org/pypi/WebOb/1.7.0rc2
This RC fixes another issue with cgi.FieldStorage, and Response.content_type now removes all Content-Type parameters instead of trying to deprecate that feature. Talked it over with Michael and we came to the conclusion that ripping off the band-aid was better, and the only Content-Type parameter that gets used a lot is charset. This makes the API easier to understand and limits the amount of “magic” that a property on the Response object does.
As always, if you run into any issues, please open a ticket at
https://github.com/Pylons/webob/issues
Thank you,
Bert JW Regeer