This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients brett.cannon, michael.foord
Date 2010-06-06.03:39:18
SpamBayes Score 0.18147732
Marked as misclassified No
Message-id <1275795560.39.0.398177747359.issue8916@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-06-06 03:39:20brett.cannonsetrecipients: + brett.cannon, michael.foord
2010-06-06 03:39:20brett.cannonsetmessageid: <1275795560.39.0.398177747359.issue8916@psf.upfronthosting.co.za>
2010-06-06 03:39:18brett.cannonlinkissue8916 messages
2010-06-06 03:39:18brett.cannoncreate