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 quentin.gallet-gilles
Recipients quentin.gallet-gilles
Date 2007-09-22.15:00:36
SpamBayes Score 0.05242522
Marked as misclassified No
Message-id <1190473237.21.0.273293940058.issue1127@psf.upfronthosting.co.za>
In-reply-to
Content
I created 4 tests, see attached 'test_getfullargspec.diff' patch.

2 tests verify that getargspec raises ValueError when trying to call it
with the function containing keyword-only arguments or annotations.
The 2 others call getfullargspec and check everything returned is as
expected.

Are some more tests needed ?
Files
File name Uploaded
test_getfullargspec.diff quentin.gallet-gilles, 2007-09-22.15:00:36
History
Date User Action Args
2007-09-22 15:00:37quentin.gallet-gillessetspambayes_score: 0.0524252 -> 0.05242522
recipients: + quentin.gallet-gilles
2007-09-22 15:00:37quentin.gallet-gillessetspambayes_score: 0.0524252 -> 0.0524252
messageid: <1190473237.21.0.273293940058.issue1127@psf.upfronthosting.co.za>
2007-09-22 15:00:37quentin.gallet-gilleslinkissue1127 messages
2007-09-22 15:00:36quentin.gallet-gillescreate