[issue1525919] email package content-transfer-encoding behaviour changed

2021-12-13 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker ___

[issue1525919] email package content-transfer-encoding behaviour changed

2021-12-13 Thread Thomas Arendsen Hein
Thomas Arendsen Hein added the comment: Default python3 on Debian buster: $ python3 Python 3.7.3 (default, Jan 22 2021, 20:04:44) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import email.mime.text >>> mt = email.mime.text.MIMEText('Ta mère',

[issue1525919] email package content-transfer-encoding behaviour changed

2021-12-12 Thread Irit Katriel
Irit Katriel added the comment: The encoding functions are now doing orig = msg.get_payload(decode=True) Does this fix the double-encoding issue? This change was made in https://github.com/python/cpython/commit/00ae435deef434f471e39bea3f3ab3a3e3cd90fe -- nosy: +iritkatriel

[issue1525919] email package content-transfer-encoding behaviour changed

2013-03-19 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- title: email package quoted printable behaviour changed - email package content-transfer-encoding behaviour changed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1525919