[issue7143] get_payload(decode=True) eats last newline in base64 encoded payload

R. David Murray report at bugs.python.org
Wed Mar 3 15:08:57 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Ah, I misunderstood, and did not see that the newline in question was inside the base64 string.  Thank you for pointing out my mistake.

Would either of you like to propose a patch, including a test case?

(I've removed 2.5 because it is in security-fix-only mode).

----------
assignee:  -> r.david.murray
keywords: +easy
resolution: invalid -> 
stage: committed/rejected -> test needed
status: closed -> open
title: get_payload(decode=True) eats last newline -> get_payload(decode=True) eats last newline in base64 encoded payload
versions:  -Python 2.5

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


More information about the Python-bugs-list mailing list