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 berker.peksag, bethard, mbussonn, paul.j3, serhiy.storchaka
Date 2015-06-04.03:21:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433388092.8.0.58947335075.issue24360@psf.upfronthosting.co.za>
In-reply-to
Content
I mentioned in the related bug/issue that no one has to use odd characters and spaces in the Namespace.  While they are allowed by 'getattr' etc, the programmer has the option of supplying rational names in the 'dest' parameter.  

There's also the question of what kinds of strings can you supply via  'sys.argv'.  For example, I have to use quotes to enter

    $ python echoargv.py '--b=2), Namespace(c' test

Without them 'bash' gives me an error.

Strings like this may be nice for exercising a patch, they may not be realistic in full argparse context.
History
Date User Action Args
2015-06-04 03:21:33paul.j3setrecipients: + paul.j3, bethard, berker.peksag, serhiy.storchaka, mbussonn
2015-06-04 03:21:32paul.j3setmessageid: <1433388092.8.0.58947335075.issue24360@psf.upfronthosting.co.za>
2015-06-04 03:21:32paul.j3linkissue24360 messages
2015-06-04 03:21:31paul.j3create