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 jpe
Recipients
Date 2004-05-26.19:33:50
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=22785

Okay, that works for me.  We might want to update the 
documentation, which seems to imply that LookupError will be 
raised if the name is invalid -- my mental model was that it 
acted more like a dictionary.  I was just trying to avoid a 
catch all handler to catch expected failures (an encoding 
being unavailable is exepect because I know I may be feeding 
junk to it; but out of memory wouldn't be, though I know it 
can happen anywhere).

Thanks for the quick response :).
History
Date User Action Args
2007-08-23 14:21:52adminlinkissue960874 messages
2007-08-23 14:21:52admincreate