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 paul.j3
Recipients bethard, ced, eric.araujo, eric.smith, paul.j3, regis, thesociable
Date 2013-06-27.06:33:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372314800.89.0.44724263196.issue9625@psf.upfronthosting.co.za>
In-reply-to
Content
I've added 2 more tests, 

one with default='c', which worked before.

one with default=['a','b'], which only works with this change.

http://bugs.python.org/issue16878 is useful reference, since it documents
the differences between nargs="?" and nargs="*", and their handling of
their defaults.
History
Date User Action Args
2013-06-27 06:33:21paul.j3setrecipients: + paul.j3, bethard, eric.smith, eric.araujo, ced, thesociable, regis
2013-06-27 06:33:20paul.j3setmessageid: <1372314800.89.0.44724263196.issue9625@psf.upfronthosting.co.za>
2013-06-27 06:33:20paul.j3linkissue9625 messages
2013-06-27 06:33:20paul.j3create