]> granicus.if.org Git - python/commit
Removed implicit convertions of str object to bytes from base64.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 3 May 2008 04:39:38 +0000 (04:39 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sat, 3 May 2008 04:39:38 +0000 (04:39 +0000)
commit5209857f8ef14876e03a3d7445bdad9b8de51faf
tree8e0393d0d42d9334b17295b531cc70ea263a9dae
parent8cb02b6000c66478406c12270a9f86e39fd20305
Removed implicit convertions of str object to bytes from base64.

This also exposed some bugs in urlib2 and email.base64mime, which I
tried my best to fix. However, someone will probably have to double
check.
Lib/base64.py
Lib/email/base64mime.py
Lib/test/test_base64.py
Lib/urllib2.py