Re: [Python-Dev] Formatting of positional-only parameters in signatures

2014-01-21 Thread Nick Coghlan
On 22 Jan 2014 03:24, "Terry Reedy" wrote: > > On 1/21/2014 10:59 AM, Yury Selivanov wrote: >> >> There is one more, hopefully last, open urgent question with the signature >> object. At the time we were working on the PEP 362, PEP 457 didn’t >> exist. Nor did we have any function with real posito

Re: [Python-Dev] Formatting of positional-only parameters in signatures

2014-01-21 Thread Ethan Furman
On 01/21/2014 07:59 AM, Yury Selivanov wrote: 2. Adopt PEP 457 style: using “/“ to separate positional-only parameters from the rest. +1 -- ~Ethan~ ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev

Re: [Python-Dev] Formatting of positional-only parameters in signatures

2014-01-21 Thread Yury Selivanov
Terry, On January 21, 2014 at 12:23:31 PM, Terry Reedy (tjre...@udel.edu) wrote: > > On 1/21/2014 10:59 AM, Yury Selivanov wrote: > > There is one more, hopefully last, open urgent question with > the signature > > object. At the time we were working on the PEP 362, PEP 457 didn’t > > exist. N

Re: [Python-Dev] Formatting of positional-only parameters in signatures

2014-01-21 Thread Terry Reedy
On 1/21/2014 10:59 AM, Yury Selivanov wrote: There is one more, hopefully last, open urgent question with the signature object. At the time we were working on the PEP 362, PEP 457 didn’t exist. Nor did we have any function with real positonal-only parameters, since there was no Argument Clinic ye