Files
cpython/Lib
Brett Cannon ca477b2280 When removing indexing/slicing on exceptions some places were changed
inappropriately from ``e[0]`` to ``e.message`` instead of ``e.args[0]``.  The
reason it needs to be the last option is the dichotomy of 'message' and 'args':
'message' can be the empty string but args[0] can have a value if more than one
argument was passed.
2007-03-21 22:26:20 +00:00
..
2004-08-20 03:47:14 +00:00
2005-07-17 23:16:17 +00:00
2005-10-20 19:59:25 +00:00
2007-01-10 16:19:56 +00:00
2007-01-10 16:19:56 +00:00
2007-02-12 00:22:55 +00:00
2006-06-08 15:35:45 +00:00
2005-08-21 18:45:59 +00:00
2007-01-10 16:19:56 +00:00
2007-01-10 16:19:56 +00:00
2005-07-17 02:36:59 +00:00
2007-02-11 22:59:48 +00:00
2007-01-10 16:19:56 +00:00
2004-12-17 13:52:20 +00:00
2005-08-21 18:45:59 +00:00
2007-02-28 00:40:24 +00:00
2007-01-10 16:19:56 +00:00
2007-01-10 16:19:56 +00:00
2007-02-15 04:01:01 +00:00