
20 Sep
2012
20 Sep
'12
3:21 p.m.
On Thu, Sep 20, 2012 at 4:14 PM, Benjamin Peterson benjamin@python.org wrote:
2012/9/20 Mark Dickinson dickinsm@gmail.com:
And excepting optional ones, too, right? E.g., the c in
def foo(a, b, c=1, *args, d): pass
can be passed to by position, but isn't "positional".
Why not?
Ah, okay; I was assuming (wrongly) that your definition of 'positional' was intended to exclude these. My bad.
Mark