[issue8916] Move PEP 362 (function signature objects) into inspect

2012-06-25 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> duplicate stage: needs patch -> committed/rejected status: open -> closed superseder: -> PEP 362 "Signature Objects" reference implementation ___ Python tracker _

[issue8916] Move PEP 362 (function signature objects) into inspect

2012-06-25 Thread Yury Selivanov
Yury Selivanov added the comment: Éric, yes, please close it. -- nosy: +Yury.Selivanov ___ Python tracker ___ ___ Python-bugs-list mai

[issue8916] Move PEP 362 (function signature objects) into inspect

2012-06-24 Thread Éric Araujo
Éric Araujo added the comment: This may be closed as superseded by #15008, or become a new bug to deprecate getargspec with signature, or a bug for a doc-only deprecation. (Can’t add Yuri to nosy?!) -- nosy: +larry ___ Python tracker

[issue8916] Move PEP 362 (function signature objects) into inspect

2011-07-13 Thread Eric Snow
Changes by Eric Snow : -- nosy: +ericsnow ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue8916] Move PEP 362 (function signature objects) into inspect

2011-03-16 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: -> brett.cannon stage: -> needs patch versions: +Python 3.3 -Python 3.2 ___ Python tracker ___ ___

[issue8916] Move PEP 362 (function signature objects) into inspect

2010-12-19 Thread Ron Adam
Changes by Ron Adam : -- nosy: +ron_adam ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue8916] Move PEP 362 (function signature objects) into inspect

2010-06-06 Thread Brett Cannon
Brett Cannon added the comment: On Sun, Jun 6, 2010 at 15:09, Benjamin Peterson wrote: > > Benjamin Peterson added the comment: > > I presume you'll either integrate this with the methods and objects inspect > already has for this or deprecate them in favor of this? Yes, that's the thinking

[issue8916] Move PEP 362 (function signature objects) into inspect

2010-06-06 Thread Benjamin Peterson
Benjamin Peterson added the comment: I presume you'll either integrate this with the methods and objects inspect already has for this or deprecate them in favor of this? -- nosy: +benjamin.peterson ___ Python tracker

[issue8916] Move PEP 362 (function signature objects) into inspect

2010-06-06 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org

[issue8916] Move PEP 362 (function signature objects) into inspect

2010-06-06 Thread Daniel Urban
Changes by Daniel Urban : -- nosy: +durban ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.or

[issue8916] Move PEP 362 (function signature objects) into inspect

2010-06-05 Thread Brett Cannon
New submission from Brett Cannon : To get function signature objects (PEP 362) moving forward I should get it into the inspect module. That way people can start using it more beyond those in PyPI (http://pypi.python.org/pypi/pep362). Michael Foord has mentioned how IronPython could use functio