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 benjamin.peterson, bethard, denversc, eric.araujo, eric.smith, r.david.murray, raduv, sandro.tosi
Date 2012-05-21.06:21:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337581264.58.0.291635176427.issue9554@psf.upfronthosting.co.za>
In-reply-to
Content
Another one:

         except ArgumentParserError:
             err = sys.exc_info()[1]

This reeks of single-codebase-for-2.x-and-3.x and could probably be replaced by assertRaises or at least a regular except...as.
History
Date User Action Args
2012-05-21 06:21:04eric.araujosetrecipients: + eric.araujo, bethard, eric.smith, benjamin.peterson, r.david.murray, sandro.tosi, denversc, raduv
2012-05-21 06:21:04eric.araujosetmessageid: <1337581264.58.0.291635176427.issue9554@psf.upfronthosting.co.za>
2012-05-21 06:21:04eric.araujolinkissue9554 messages
2012-05-21 06:21:03eric.araujocreate