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 JJeffries
Recipients JJeffries, eric.araujo, ezio.melotti, rhettinger
Date 2011-05-24.19:04:05
SpamBayes Score 0.00015473431
Marked as misclassified No
Message-id <1306263846.26.0.262328014381.issue12154@psf.upfronthosting.co.za>
In-reply-to
Content
If it is changed to use inspect.getfullargspec is it still ok to use inspect.formatargspec? I cant work which values returned by getfullargspec need to go into which parameters for formatargspec.
History
Date User Action Args
2011-05-24 19:04:06JJeffriessetrecipients: + JJeffries, rhettinger, ezio.melotti, eric.araujo
2011-05-24 19:04:06JJeffriessetmessageid: <1306263846.26.0.262328014381.issue12154@psf.upfronthosting.co.za>
2011-05-24 19:04:05JJeffrieslinkissue12154 messages
2011-05-24 19:04:05JJeffriescreate