larry.hastings <python-check...@python.org> wrote: > + Establishes that all the *proceeding* arguments are > + positional-only. For now, Argument Clinic does not > + support functions with both positional-only and > + non-positional-only arguments; therefore, if ``/`` > + is specified for a function, currently it must always > + be after the last parameter. Also, Argument Clinic > + does not currently support default values for > + positional-only parameters. > + > +(The semantics of ``/`` follow a syntax for positional-only > +parameters in Python once proposed by Guido. [5]_ )
I think the entire PEP would be easier to understand if the main sections only contained the envisaged end result and all current preprocessor deficiencies were listed in a single isolated section. Stefan Krah _______________________________________________ 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