[Python-Dev] Very Strange Argument Handling Behavior (original) (raw)
Stefan Behnel stefan_ml at behnel.de
Fri Apr 16 17:35:56 CEST 2010
- Previous message: [Python-Dev] Very Strange Argument Handling Behavior
- Next message: [Python-Dev] Very Strange Argument Handling Behavior
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Guido van Rossum, 16.04.2010 16:33:
I am fine with declaring dict({}, **{1:3}) illegal, since after all it is abuse of the ** mechanism.
It's a bit like letting keys like 'not-an-identifier' pass through, though, isn't it?
Stefan
- Previous message: [Python-Dev] Very Strange Argument Handling Behavior
- Next message: [Python-Dev] Very Strange Argument Handling Behavior
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]