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 eric.araujo
Recipients Joseph.Birr-Pixton, bethard, eric.araujo
Date 2012-02-29.04:13:38
SpamBayes Score 0.0036867822
Marked as misclassified No
Message-id <1330488819.93.0.274907288405.issue14149@psf.upfronthosting.co.za>
In-reply-to
Content
If argparse munged foo-bar to foo_bar to allow attribute access, then it’d need to disallow ambiguous cases like add_argument('foo_bar', ...); add_argument('foo-bar', ...).  I’m not sure if there is real, sensible code that does that, though.

> Namespace should act like an object and dict.
I don’t understand, can you rephrase?
History
Date User Action Args
2012-02-29 04:13:40eric.araujosetrecipients: + eric.araujo, bethard, Joseph.Birr-Pixton
2012-02-29 04:13:39eric.araujosetmessageid: <1330488819.93.0.274907288405.issue14149@psf.upfronthosting.co.za>
2012-02-29 04:13:39eric.araujolinkissue14149 messages
2012-02-29 04:13:38eric.araujocreate