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 sandro.tosi
Recipients eric.araujo, eric.smith, ezio.melotti, giampaolo.rodola, gregory.p.smith, ncoghlan, neologix, petri.lehtinen, pitrou, sandro.tosi, vstinner
Date 2011-08-07.13:43:14
SpamBayes Score 0.0044560884
Marked as misclassified No
Message-id <1312724595.57.0.933632288762.issue12191@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-08-07 13:43:15sandro.tosisetrecipients: + sandro.tosi, gregory.p.smith, ncoghlan, pitrou, vstinner, eric.smith, giampaolo.rodola, ezio.melotti, eric.araujo, neologix, petri.lehtinen
2011-08-07 13:43:15sandro.tosisetmessageid: <1312724595.57.0.933632288762.issue12191@psf.upfronthosting.co.za>
2011-08-07 13:43:15sandro.tosilinkissue12191 messages
2011-08-07 13:43:14sandro.tosicreate