Message161247
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. |
|
Date |
User |
Action |
Args |
2012-05-21 06:21:04 | eric.araujo | set | recipients:
+ eric.araujo, bethard, eric.smith, benjamin.peterson, r.david.murray, sandro.tosi, denversc, raduv |
2012-05-21 06:21:04 | eric.araujo | set | messageid: <1337581264.58.0.291635176427.issue9554@psf.upfronthosting.co.za> |
2012-05-21 06:21:04 | eric.araujo | link | issue9554 messages |
2012-05-21 06:21:03 | eric.araujo | create | |
|