Changes by Ross Patterson :
--
resolution: -> duplicate
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue17495>
___
___
Python-bugs-
Ross Patterson added the comment:
I thought I had tested it under 2.7, but I'm not entirely sure.
--
versions: -Python 2.6, Python 2.7, Python 3.1, Python 3.2
___
Python tracker
<http://bugs.python.org/is
Ross Patterson added the comment:
What is the reason that email.quoprimime doesn't use
codecs.getencoder('quopri_codec') to do the actual character encoding?
--
___
Python tracker
<http://bugs.pyt
New submission from Ross Patterson:
When using email.charset.Charset to encode MIME bodie as quoted-printable, some
characters that are encodable with the quopri_codec cause a KeyError in
email.quoprimime:
Python 3.3.0 (default, Oct 7 2012, 14:43:21)
[GCC 4.6.3] on linux
Type "
New submission from Ross Patterson :
Due to repeated use of StringIO as a way to "look ahead" into subparts
while checking that multipart boundaries are unique, memory consumption
during email.generator.Generator.flatten() can be up to 3 times the
original message size.
I imp