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.

Author quantum.omega
Recipients docs@python, quantum.omega, r.david.murray
Date 2018-05-10.20:20:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525983607.27.0.682650639539.issue33449@psf.upfronthosting.co.za>
In-reply-to
Content
Original poster here (OpenID just wouldn't work anymore).

For instance: https://docs.python.org/2/library/email.charset.html

Under "class email.charset.Charset"

Under "header_encoding"

"If the character set must be encoded before it can be used in an email header, this attribute will be set to Charset.QP (for quoted-printable), Charset.BASE64 (for base64 encoding), or Charset.SHORTEST for the shortest of QP or BASE64 encoding. Otherwise, it will be None."
History
Date User Action Args
2018-05-10 20:20:07quantum.omegasetrecipients: + quantum.omega, r.david.murray, docs@python
2018-05-10 20:20:07quantum.omegasetmessageid: <1525983607.27.0.682650639539.issue33449@psf.upfronthosting.co.za>
2018-05-10 20:20:07quantum.omegalinkissue33449 messages
2018-05-10 20:20:07quantum.omegacreate