[Python-3000] PEP 3102 comments

Antoine Pitrou solipsis at pitrou.net
Wed May 24 23:30:30 CEST 2006


Le mercredi 24 mai 2006 à 17:15 -0400, Benji York a écrit :
> In that case, just use the current default value syntax, sans value (d, 
> below):
> 
> def f(a, b, c=None, d=):

Then we can't decide whether "c" can be positional or is keyword-only.




More information about the Python-3000 mailing list