-
- Downloads
#10686: recode non-ASCII headers to 'unknown-8bit' instead of ?s.
This applies only when generating strings from non-RFC compliant binary input; it makes the existing recoding behavior more consistent (ie: now no data is lost when recoding).
Showing
- Doc/library/email.generator.rst 2 additions, 2 deletionsDoc/library/email.generator.rst
- Doc/library/email.header.rst 8 additions, 2 deletionsDoc/library/email.header.rst
- Doc/library/email.message.rst 4 additions, 3 deletionsDoc/library/email.message.rst
- Doc/whatsnew/3.2.rst 2 additions, 0 deletionsDoc/whatsnew/3.2.rst
- Lib/email/charset.py 16 additions, 6 deletionsLib/email/charset.py
- Lib/email/header.py 7 additions, 2 deletionsLib/email/header.py
- Lib/email/message.py 13 additions, 12 deletionsLib/email/message.py
- Lib/email/test/test_email.py 53 additions, 35 deletionsLib/email/test/test_email.py
- Misc/NEWS 4 additions, 0 deletionsMisc/NEWS
Loading
Please register or sign in to comment