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