[issue16948] email.mime.text.MIMEText: QP encoding broken with charset!=ISO-8859-1

2013-02-05 Thread R. David Murray
R. David Murray added the comment: Fixed. I'm glad you caught this before the final release of 3.2. This is a bit of an embarrassing bug :(. -- resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior ___ Python

[issue16948] email.mime.text.MIMEText: QP encoding broken with charset!=ISO-8859-1

2013-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 801cb3918212 by R David Murray in branch '3.2': #16948: Fix quopri encoding of non-latin1 character sets. http://hg.python.org/cpython/rev/801cb3918212 New changeset e644058e8e7b by R David Murray in branch '3.3': Merge: #16948: Fix quopri encoding

[issue16948] email.mime.text.MIMEText: QP encoding broken with charset!=ISO-8859-1

2013-01-12 Thread R. David Murray
Changes by R. David Murray : -- components: +email nosy: +barry, r.david.murray versions: +Python 3.3, Python 3.4 ___ Python tracker ___ _

[issue16948] email.mime.text.MIMEText: QP encoding broken with charset!=ISO-8859-1

2013-01-12 Thread Jakub Wilk
New submission from Jakub Wilk: If you try to create MIMEText object with text containing characters outside the ISO-8859-1 range, the quoted-printable encoder fails with KeyError: Python 3.2.3 (default, Sep 10 2012, 12:58:42) [GCC 4.7.1] on linux2 Type "help", "copyright", "credits" or "licen