[issue21577] Help for ImportError should show a more useful signature.

Eric Snow report at bugs.python.org
Mon May 26 06:27:28 CEST 2014


New submission from Eric Snow:

Currently:

  __init__(self, /, *args, **kwargs)

Proposed:

  __init__(self, /, *args, name=None, path=None, **kwargs)

Even that is still a little vague, but at least it doesn't gloss over the kwonly args added in 3.3.

----------
components: Interpreter Core
messages: 219124
nosy: brett.cannon, eric.snow
priority: normal
severity: normal
stage: needs patch
status: open
title: Help for ImportError should show a more useful signature.
type: enhancement
versions: Python 3.4, Python 3.5

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


More information about the Python-bugs-list mailing list