On Thu, Sep 20, 2012 at 4:14 PM, Benjamin Peterson <[email protected]> wrote: > 2012/9/20 Mark Dickinson <[email protected]>: >> 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 _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
