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 do that. > I forgot to do it this go-around). >
Ah I thought that was in this release, sorry. I was the one who found that issue in the docs code. The point I wanted to get across with the above, is that if you're (erroneously) using `key` now, your code is already broken because it's been accepting that kwarg that has does nothing for years, without raising an exception. -- 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/64926c81-9b7d-4c23-a8ff-f73a69b4846f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
