]> granicus.if.org Git - python/commit
base64.decodestring('') should return '' instead of raising an
authorBarry Warsaw <barry@python.org>
Thu, 15 Aug 2002 22:14:24 +0000 (22:14 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 15 Aug 2002 22:14:24 +0000 (22:14 +0000)
commit0a51b58e6b5ffd3cc17722f4ae19893ed486f3c9
tree8779c759e1dfd74bd7e3d02042d12294099ba604
parent7ca993ed37f84491885cc2d96ae7d1a575a7a2f4
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.
Lib/test/test_base64.py
Modules/binascii.c