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 <[email protected]> wrote: > > 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, is being removed in 1.7 > > 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 do that. I > forgot to do it this go-around). > > Bert > >> On Jun 6, 2018, at 10:29 , Jonathan Vanasco <[email protected]> wrote: >> >> 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 >> already broken for several years, but they didn't realize. >> >> I'm just mentioning this on the off-chance anyone has an issue. >> >> -- >> 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]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/pylons-discuss/fdf4ef03-7e5f-4061-a87d-53efadcd74e9%40googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pylons-discuss/78B1552B-329E-4156-847E-23B115E6D4EA%400x58.com. > For more options, visit https://groups.google.com/d/optout. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/DA3BE80A-4DE1-4C64-B623-1FC5240D8819%400x58.com. For more options, visit https://groups.google.com/d/optout.
