[Python-ideas] Crazy idea: allow keywords as names in certain positions
Ethan Furman
ethan at stoneleaf.us
Mon May 14 16:09:58 EDT 2018
On 05/13/2018 10:57 PM, Greg Ewing wrote:
> Rob Cliffe via Python-ideas wrote:
>> If you forbid redefining keywords, you remove the whole point of this proposal:
>
> I mean the keywords that are in the language as of now.
> There will never be a need to redefine those, since no
> current code uses them as names.
Part of the point of the proposal is to be able to use existing keywords (at least, I thought it was).
--
~Ethan~
More information about the Python-ideas
mailing list