[issue1127] No tests for inspect.getfullargspec()

2007-11-08 Thread Christian Heimes
Changes by Christian Heimes: -- status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue1127] No tests for inspect.getfullargspec()

2007-11-08 Thread Quentin Gallet-Gilles
Quentin Gallet-Gilles added the comment: Alright, thanks! __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1127] No tests for inspect.getfullargspec()

2007-11-08 Thread Christian Heimes
Christian Heimes added the comment: I've applied your patch in r58910. Thanks! Please open another bug if you have additional tests. -- nosy: +tiran resolution: -> fixed __ Tracker <[EMAIL PROTECTED]> _

[issue1127] No tests for inspect.getfullargspec()

2007-09-22 Thread Brett Cannon
Brett Cannon added the comment: Won't know if more tests are needed until the patch is reviewed. Thanks for the work so far, though! -- assignee: -> brett.cannon keywords: +patch nosy: +brett.cannon __ Tracker <[EMAIL PROTECTED]>

[issue1127] No tests for inspect.getfullargspec()

2007-09-22 Thread Quentin Gallet-Gilles
New submission from Quentin Gallet-Gilles: 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 ever

[issue1127] No tests for inspect.getfullargspec()

2007-09-06 Thread Brett Cannon
Changes by Brett Cannon: -- components: Library (Lib) keywords: py3k priority: high severity: normal status: open title: No tests for inspect.getfullargspec() versions: Python 3.0 __ Tracker <[EMAIL PROTECTED]> _