[Python-bugs-list] [ python-Bugs-625509 ] Typo at line 351 of email/Charset.py

noreply@sourceforge.net noreply@sourceforge.net
Sun, 20 Oct 2002 22:30:07 -0700


Bugs item #625509, was opened at 2002-10-19 00:30
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=625509&group_id=5470

Category: Python Library
Group: Python 2.2.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Chris Lawrence (lordsutch)
Assigned to: Barry A. Warsaw (bwarsaw)
Summary: Typo at line 351 of email/Charset.py

Initial Comment:
The line should read "elif self.body_encoding is QP:",
not "elif self.header_encoding is QP:'.

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

>Comment By: Barry A. Warsaw (bwarsaw)
Date: 2002-10-21 01:30

Message:
Logged In: YES 
user_id=12800

Fixed in Charset.py 1.11.  However this isn't too big a
problem at the moment, since we have no charsets for which
header_encoding is QP but body_encoding is not.

Thanks


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

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