Am 03.10.2018 um 20:46 schrieb Anders
Hovmöller:
I tried Python 2.7.10 (default, Jul 14 2015, 19:46:27)
[GCC 4.8.2] on linux
on repl.it and it says:def f(a): .. print(a) f(**{"a":2}) 2 f(**{"a+1":2}) Traceback (most recent call last): File "python", line 1, in <module> TypeError: f() got an unexpected keyword argument 'a+1'Does CPython count as "other python implementation"? Wolfram |
_______________________________________________ Python-ideas mailing list Python-ideas@python.org https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/