Out of curiosity: Does anyone know why the code below is valid in python3, but not python2:
def foo(*args, bar=1, **kwargs):
pass
--
Maciej Dziardziel
--
http://mail.python.org/mailman/listinfo/python-list
Out of curiosity: Does anyone know why the code below is valid in python3, but not python2:
def foo(*args, bar=1, **kwargs):
pass
--
Maciej Dziardziel
--
http://mail.python.org/mailman/listinfo/python-list