[issue28945] get_boundary invokes unquote twice

Eric Lafontaine report at bugs.python.org
Thu Dec 22 10:38:41 EST 2016


Eric Lafontaine added the comment:

Hi,

I would like to have a bigger set of user testing this patch before it gets approve... I really don't know all the extent to which it's a good/bad idea.  

The proposition was to not do the unquote in the rfc2231 collapse method.  It doesn't break anything on my machine on all the email tests... but I can't feel safe.

I also added the 2 test case for future support (multiline boundary and single line boundary).  It's basically the code I pasted on my answer on the 2016-12-20.

Let me know what you think.  Is it there we should stop doing it?

Regards,
Eric Lafontaine

----------
keywords: +patch
Added file: http://bugs.python.org/file46003/issue_28945.patch

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


More information about the Python-bugs-list mailing list