[Python-bugs-list] [ python-Bugs-615013 ] LookupError should include encoding name

noreply@sourceforge.net noreply@sourceforge.net
Thu, 26 Sep 2002 08:28:25 -0700


Bugs item #615013, was opened at 2002-09-26 11:28
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=615013&group_id=5470

Category: Unicode
Group: Python 2.2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Barry A. Warsaw (bwarsaw)
Assigned to: Martin v. Löwis (loewis)
Summary: LookupError should include encoding name

Initial Comment:
>>> unicode('abc', 'spooge')
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
LookupError: unknown encoding

The LookupError exception should include, and print,
the encoding that was unknown.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=615013&group_id=5470