]> granicus.if.org Git - python/commit
Make test_base64 pass.
authorGuido van Rossum <guido@python.org>
Tue, 22 May 2007 21:56:47 +0000 (21:56 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 22 May 2007 21:56:47 +0000 (21:56 +0000)
commit4581ae5fa2450db3f00384e4b2e86654605100d4
tree3029bdbbfd3495e4d832036cc17d7ab0bc2f1c02
parent0e225aa09bb8059c333424d58beecd833b2d2b6c
Make test_base64 pass.
Change binascii.Error to derive from ValueError
and raise binascii.Error everywhere where values are bad
(why on earth did the old code use TypeError?!?).
Lib/base64.py
Lib/test/test_base64.py
Lib/test/test_binascii.py
Modules/binascii.c
Objects/longobject.c