Changes by ryan.petrello :
--
nosy: +eric.snow
___
Python tracker
<http://bugs.python.org/issue27172>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by ryan.petrello :
Added file:
http://bugs.python.org/file43081/signature-from-callable-skip-bound-arg.patch
___
Python tracker
<http://bugs.python.org/issue27
ryan.petrello added the comment:
Thanks, I'll upload a new patch shortly that addresses these.
--
___
Python tracker
<http://bugs.python.org/issue27172>
___
___
Changes by ryan.petrello :
--
versions: +Python 3.5
___
Python tracker
<http://bugs.python.org/issue27172>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by ryan.petrello :
--
components: Library (Lib)
files: signature-from-callable-skip-bound-arg.patch
keywords: patch
nosy: ryan.petrello
priority: normal
severity: normal
status: open
title: Add skip_bound_arg argument to inspect.Signature.from_callable()
type: enhancement