[New-bugs-announce] [issue11590] email quoprimime.py patch for header_encode of empty string, decode with different eol

Michael Henry report at bugs.python.org
Thu Mar 17 17:30:11 CET 2011


New submission from Michael Henry <python at drmikehenry.com>:

The attached patch adds unit tests and some minor fixes for the email
module's quoprimime.py file.  The header_encode() function did not
properly return an empty string when given an empty string.  The
decode() function did not properly detect the input string's EOL
character.

This patch depends on application of the patch in issue #11589.

----------
components: Library (Lib)
files: quoprimime_patch_header_encode_decode.patch
keywords: patch
messages: 131265
nosy: michael.henry, r.david.murray
priority: normal
severity: normal
status: open
title: email quoprimime.py patch for header_encode of empty string, decode with different eol
Added file: http://bugs.python.org/file21270/quoprimime_patch_header_encode_decode.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11590>
_______________________________________


More information about the New-bugs-announce mailing list