[Python-ideas] Object grabbing

Ian Kelly ian.g.kelly at gmail.com
Mon May 2 01:37:49 EDT 2016


On Sun, May 1, 2016 at 7:02 PM, Steven D'Aprano <steve at pearwood.info> wrote:
> And of course there is always the objection that the barrier to adding a
> new keyword is quite high. Somewhere out there, somebody is using
> "using" as a variable name (perhaps a decorator?) and making this a
> keyword will break her code. Is it worth it?

In particular, it would break Django:
https://docs.djangoproject.com/en/1.9/ref/models/querysets/#using


More information about the Python-ideas mailing list