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 amaury.forgeotdarc
Recipients Trundle, amaury.forgeotdarc
Date 2010-08-26.06:50:10
SpamBayes Score 0.056532364
Marked as misclassified No
Message-id <1282805412.08.0.605097127882.issue9683@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, with 3.1:

>>> def f(x, y): pass
...
>>> inspect.formatargspec(inspect.getargspec(f))
TypeError: object of type 'map' has no len()
History
Date User Action Args
2010-08-26 06:50:12amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, Trundle
2010-08-26 06:50:12amaury.forgeotdarcsetmessageid: <1282805412.08.0.605097127882.issue9683@psf.upfronthosting.co.za>
2010-08-26 06:50:10amaury.forgeotdarclinkissue9683 messages
2010-08-26 06:50:10amaury.forgeotdarccreate