[issue20356] fix formatting of positional-only parameters in inspect.Signature

2014-01-27 Thread Yury Selivanov
Changes by Yury Selivanov : -- resolution: -> fixed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue20356] fix formatting of positional-only parameters in inspect.Signature

2014-01-27 Thread Yury Selivanov
Changes by Yury Selivanov : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue20356] fix formatting of positional-only parameters in inspect.Signature

2014-01-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset ffe1d684b41e by Yury Selivanov in branch 'default': inspect.signature: Use '/' to separate positional-only parameters from http://hg.python.org/cpython/rev/ffe1d684b41e -- nosy: +python-dev ___ Python tra

[issue20356] fix formatting of positional-only parameters in inspect.Signature

2014-01-23 Thread Yury Selivanov
Yury Selivanov added the comment: I'd like to commit this one later today, so please take a look at the patch. -- ___ Python tracker ___ _

[issue20356] fix formatting of positional-only parameters in inspect.Signature

2014-01-22 Thread Yury Selivanov
Yury Selivanov added the comment: One more patch revision: added versionchanged directive for the inspect.Parameter class docs. -- Added file: http://bugs.python.org/file33640/pos_only_format_02.patch ___ Python tracker

[issue20356] fix formatting of positional-only parameters in inspect.Signature

2014-01-22 Thread Yury Selivanov
New submission from Yury Selivanov: Fix formatting of positional-only parameters to use '/' as a separator for them from other kinds. This patch also makes 'Parameter.name' required, as well as being a valid identifier (as per discussion with Larry, Nick and Brett). -- components: Libr