]> granicus.if.org Git - python/commit
#14360: make encoders.encode_quopri work.
authorR David Murray <rdmurray@bitdance.com>
Thu, 27 Jun 2013 22:37:00 +0000 (18:37 -0400)
committerR David Murray <rdmurray@bitdance.com>
Thu, 27 Jun 2013 22:37:00 +0000 (18:37 -0400)
commitf6069f9f22a81a0b9f81a1cc43fb0896e70f5379
tree45861636b642545f0c6bf871189564346392ab97
parentc7f75798555f6f371cfd5db342015c626402ddce
#14360: make encoders.encode_quopri work.

There were no tests for the encoders module.  encode_base64 worked
because it is the default and so got tested implicitly elsewhere, and
we use encode_7or8bit internally, so that worked, too.  I previously
fixed encode_noop, so this fix means that everythign in the encoders
module now works, hopefully correctly.  Also added an explicit test
for encode_base64.
Lib/email/encoders.py
Lib/test/test_email/test_email.py