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

2011-03-23 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
assignee:  - r.david.murray
stage:  - patch review
type:  - behavior
versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11590
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-03-23 Thread Roundup Robot

Roundup Robot devnull@devnull added the comment:

New changeset 45cc298d40eb by R David Murray in branch '3.1':
#11590: fix quoprimime decode handling of empty strings and line endings.
http://hg.python.org/cpython/rev/45cc298d40eb

New changeset df613f7b726a by R David Murray in branch '3.2':
Merge #11590: fix quoprimime decode handling of empty strings and line endings.
http://hg.python.org/cpython/rev/df613f7b726a

New changeset d9a779be9736 by R David Murray in branch 'default':
Merge #11590: fix quoprimime decode handling of empty strings and line endings.
http://hg.python.org/cpython/rev/d9a779be9736

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11590
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-03-23 Thread R. David Murray

R. David Murray rdmur...@bitdance.com added the comment:

Thanks again, Michael.

--
resolution:  - fixed
stage: patch review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11590
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-03-17 Thread Michael Henry

New submission from Michael Henry pyt...@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 rep...@bugs.python.org
http://bugs.python.org/issue11590
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com