Message141743
grepping over the stdlib, LookupError is only used in codecs exception; also the documentation of LE is "The base class for the exceptions that are raised when a key or index used on a mapping or sequence is invalid: IndexError, KeyError. This can be raised directly by codecs.lookup()." so I guess it's not the right exception of this case. |
|
| Date |
User |
Action |
Args |
| 2011-08-07 13:43:15 | sandro.tosi | set | recipients:
+ sandro.tosi, gregory.p.smith, ncoghlan, pitrou, vstinner, eric.smith, giampaolo.rodola, ezio.melotti, eric.araujo, neologix, petri.lehtinen |
| 2011-08-07 13:43:15 | sandro.tosi | set | messageid: <[email protected]> |
| 2011-08-07 13:43:15 | sandro.tosi | link | issue12191 messages |
| 2011-08-07 13:43:14 | sandro.tosi | create | |
|