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 Tim.Willis
Recipients Tim.Willis
Date 2012-01-26.16:59:27
SpamBayes Score 0.0017215355
Marked as misclassified No
Message-id <1327597168.42.0.828007379667.issue13879@psf.upfronthosting.co.za>
In-reply-to
Content
Argparse documentation in 2.7 indicates support for an 'aliases' kwarg.  (Fourth example down from http://docs.python.org/dev/library/argparse.html#sub-commands)

While aliases work as expected in 3.2, use in 2.7 results in TypeError: __init__() got an unexpected keyword argument 'aliases'
History
Date User Action Args
2012-01-26 16:59:28Tim.Willissetrecipients: + Tim.Willis
2012-01-26 16:59:28Tim.Willissetmessageid: <1327597168.42.0.828007379667.issue13879@psf.upfronthosting.co.za>
2012-01-26 16:59:27Tim.Willislinkissue13879 messages
2012-01-26 16:59:27Tim.Williscreate