summaryrefslogtreecommitdiff
path: root/Python/codecs.c
diff options
context:
space:
mode:
authorR. David Murray <rdmurray@bitdance.com>2010-08-04 00:05:50 +0000
committerR. David Murray <rdmurray@bitdance.com>2010-08-04 00:05:50 +0000
commit75a292e5be429977656acaf846345be9dc0a6b8e (patch)
tree6a78b925d0a0b0a0f7bdd1ad9bf7dfa01ca3163c /Python/codecs.c
parentf38d888f2f9d071191a0defe4f37066c6c8d2233 (diff)
downloadcpython-git-75a292e5be429977656acaf846345be9dc0a6b8e.tar.gz
Merged revisions 83690 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83690 | r.david.murray | 2010-08-03 18:14:10 -0400 (Tue, 03 Aug 2010) | 10 lines #3196: if needed pad a short base64 encoded word before trying to decode. The RFCs encourage following Postel's law: be liberal in what you accept. So if someone forgot to pad the base64 encoded word payload to an even four bytes, we add the padding before handing it to base64mime.decode. Previously, missing padding resulted in a HeaderParseError. Patch by Jason Williams. ........
Diffstat (limited to 'Python/codecs.c')
0 files changed, 0 insertions, 0 deletions