Re: [pylons-discuss] WebOb 1.8.2 has been released

2018-06-06 Thread Jonathan Vanasco
On Wednesday, June 6, 2018 at 2:04:20 PM UTC-4, Bert JW Regeer wrote: > > Recently some changes were made to remove any last references to `key`, so > that things would error if you did try to use it, but those are on master > only and have not been back ported to 1.8-branch (yet, I may still d

Re: [pylons-discuss] WebOb 1.8.2 has been released

2018-06-06 Thread Bert JW Regeer
I was wrong, I did back port it: https://github.com/Pylons/webob/commit/1c91f51fd5491870200ea7d024f7c1fdca5b9a9c > On Jun 6, 2018, at 12:04 , Bert JW Regeer wrote: > > This has been the case since 1.7.0 was released… > > See > https://docs.pylonsproject.org/projects/webob/en/stable/whatsnew-1

Re: [pylons-discuss] WebOb 1.8.2 has been released

2018-06-06 Thread Bert JW Regeer
This has been the case since 1.7.0 was released… See https://docs.pylonsproject.org/projects/webob/en/stable/whatsnew-1.7.html#backwards-incompatibility specifically: - Response.set_cookie no longer accepts a key argument. This was deprecated in WebOb 1.5 and as mentioned in the deprecation, i

[pylons-discuss] Re: WebOb 1.8.2 has been released

2018-06-06 Thread Jonathan Vanasco
I believe this is also the first release that no longer accepts the kwarg "key". it's functionality was deprecated years ago, and it was officially removed a few years back too. a kwarg that does nothing was left in a few spots though. if anyone experiences errors from this, their code was al