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

Yury Selivanov report at bugs.python.org
Wed Jan 22 23:52:06 CET 2014


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: Library (Lib)
files: pos_only_format_01.patch
keywords: patch
messages: 208860
nosy: brett.cannon, larry, ncoghlan, yselivanov
priority: normal
severity: normal
status: open
title: fix formatting of positional-only parameters in inspect.Signature
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file33636/pos_only_format_01.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20356>
_______________________________________


More information about the New-bugs-announce mailing list