[Python-3000] PEP3102 Keyword-Only Arguments (original) (raw)
Guido van Rossum guido at python.org
Tue Aug 15 05:00:32 CEST 2006
- Previous message: [Python-3000] PEP3102 Keyword-Only Arguments
- Next message: [Python-3000] PEP3102 Keyword-Only Arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 8/14/06, Nick Coghlan <ncoghlan at gmail.com> wrote:
However, I'm also wondering if we need an actual syntax, or if a simple convention would do the trick: start the names of positional-only arguments with an underscore.
Hm... and perhaps we could forbid keyword arguments starting with an underscore in the call syntax?
-- --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-3000] PEP3102 Keyword-Only Arguments
- Next message: [Python-3000] PEP3102 Keyword-Only Arguments
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]