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 <rep...@bugs.python.org> <http://bugs.python.org/issue20356> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com