[issue27172] Add skip_bound_arg argument to inspect.Signature.from_callable()

2016-06-01 Thread ryan.petrello
Changes by ryan.petrello : -- nosy: +eric.snow ___ Python tracker <http://bugs.python.org/issue27172> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27172] Add skip_bound_arg argument to inspect.Signature.from_callable()

2016-06-01 Thread ryan.petrello
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

[issue27172] Add skip_bound_arg argument to inspect.Signature.from_callable()

2016-06-01 Thread ryan.petrello
ryan.petrello added the comment: Thanks, I'll upload a new patch shortly that addresses these. -- ___ Python tracker <http://bugs.python.org/issue27172> ___ ___

[issue27172] Add skip_bound_arg argument to inspect.Signature.from_callable()

2016-05-31 Thread ryan.petrello
Changes by ryan.petrello : -- versions: +Python 3.5 ___ Python tracker <http://bugs.python.org/issue27172> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue27172] Add skip_bound_arg argument to inspect.Signature.from_callable()

2016-05-31 Thread ryan.petrello
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