[New-bugs-announce] [issue8916] Move PEP 362 (function signature objects) into inspect

Brett Cannon report at bugs.python.org
Sun Jun 6 05:39:20 CEST 2010


New submission from Brett Cannon <brett at python.org>:

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 function signature objects. This would be a first step in getting the objects standardized enough so that IronPython could eventually consider putting them on all of their objects.

----------
components: Library (Lib)
messages: 107182
nosy: brett.cannon, michael.foord
priority: low
severity: normal
status: open
title: Move PEP 362 (function signature objects) into inspect
type: feature request
versions: Python 3.2

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


More information about the New-bugs-announce mailing list