commit | f6069f9f22a81a0b9f81a1cc43fb0896e70f5379 | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Thu Jun 27 18:37:00 2013 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Thu Jun 27 18:37:00 2013 -0400 |
tree | 45861636b642545f0c6bf871189564346392ab97 | |
parent | c7f75798555f6f371cfd5db342015c626402ddce [diff] |
#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.