commit | 0a51b58e6b5ffd3cc17722f4ae19893ed486f3c9 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Thu Aug 15 22:14:24 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Thu Aug 15 22:14:24 2002 +0000 |
tree | 8779c759e1dfd74bd7e3d02042d12294099ba604 | |
parent | 7ca993ed37f84491885cc2d96ae7d1a575a7a2f4 [diff] |
base64.decodestring('') should return '' instead of raising an exception. The bug fix for SF #430849 wasn't quite right. This closes SF bug #595671. I'll backport this to Python 2.2.