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.

classification
Title: Typo at line 351 of email/Charset.py
Type: Stage:
Components: Library (Lib) Versions: Python 2.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, lordsutch
Priority: normal Keywords:

Created on 2002-10-19 04:30 by lordsutch, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Messages (2)
msg12834 - (view) Author: Chris Lawrence (lordsutch) Date: 2002-10-19 04:30
The line should read "elif self.body_encoding is QP:",
not "elif self.header_encoding is QP:'.
msg12835 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2002-10-21 05:30
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
History
Date User Action Args
2022-04-10 16:05:46adminsetgithub: 37340
2002-10-19 04:30:39lordsutchcreate