Issue 625509: Typo at line 351 of email/Charset.py (original) (raw)

Issue625509

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:46 admin set github: 37340
2002-10-19 04:30:39 lordsutch create