[Python-Dev] pep 362 - 5th edition (original) (raw)
Yury Selivanov yselivanov at gmail.com
Wed Jun 20 03:29:29 CEST 2012
- Previous message: [Python-Dev] pep 362 - 5th edition
- Next message: [Python-Dev] pep 362 - 5th edition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 2012-06-19, at 9:22 PM, Yury Selivanov wrote:
On 2012-06-19, at 8:39 PM, Nick Coghlan wrote:
2. The constructor for Parameter objects should require that names for positional-only parameters start with "<" and end with ">" to ensure they can always be distinguished from standard parameters in signature string representations and in BoundArguments.parameters +1
Actually, can we just make positional-only parameters to render brackets in their/Signature's str methods? I think Parameter.kind should be enough, without adding additional obstacles.
- Yury
- Previous message: [Python-Dev] pep 362 - 5th edition
- Next message: [Python-Dev] pep 362 - 5th edition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]