commit | 2623c8c23cead505a78ec416072223552e94727e | [log] [tgz] |
---|---|---|
author | Larry Hastings <larry@hastings.org> | Sat Feb 08 22:15:29 2014 -0800 |
committer | Larry Hastings <larry@hastings.org> | Sat Feb 08 22:15:29 2014 -0800 |
tree | 9ac129d693fd98eb33d548bc836d89e006bbb937 | |
parent | 09f08fe2483aaefba367c6b0b4654c3490a32c42 [diff] |
Issue #20530: Argument Clinic's signature format has been revised again. The new syntax is highly human readable while still preventing false positives. The syntax also extends Python syntax to denote "self" and positional-only parameters, allowing inspect.Signature objects to be totally accurate for all supported builtins in Python 3.4.