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