Hey all,

I have just released WebOb 1.5.0a1, this makes sure to document two more 
backwards incompatibilities.

• Response.set_cookie renamed the only required parameter from “key” to “name”. 
The code will now still accept “key” as a keyword argument, and will issue a 
DeprecationWarning until WebOb 1.7.
• The status attribute of a Response object no longer takes a string like None 
None and allows that to be set as the status. It now has to at least match the 
pattern of <integer status code> <explenation of status code>. Invalid status 
strings will now raise a ValueError.

Please test and let me know if anything is broken by filing an issue at: 
https://github.com/Pylons/webob/issues

Thank you!
Bert JW Regeer

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to