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 bethard
Recipients SilentGhost, Tarsis.Azevedo, akira, bethard, doughellmann, eric.araujo
Date 2010-11-27.14:46:40
SpamBayes Score 9.306032e-06
Marked as misclassified No
Message-id <1290869204.69.0.430285372206.issue9509@psf.upfronthosting.co.za>
In-reply-to
Content
Tried to comment in Rietveld but it didn't work for some reason. Anyway, I think the argparse.py patch isn't good - changing the type error message to "'invalid %s value: %r details: "%s"'" will change the behavior of a bunch of programs, and it's not clearly for the better. Instead, you should raise an ArgumentTypeError instead of a ValueError, and give it whatever message you want there. That is, let's keep this patch local to the FileType, and not touch the rest of argparse.
History
Date User Action Args
2010-11-27 14:46:44bethardsetrecipients: + bethard, eric.araujo, doughellmann, SilentGhost, akira, Tarsis.Azevedo
2010-11-27 14:46:44bethardsetmessageid: <1290869204.69.0.430285372206.issue9509@psf.upfronthosting.co.za>
2010-11-27 14:46:40bethardlinkissue9509 messages
2010-11-27 14:46:40bethardcreate