]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
util/base32: loosen the precondition forbidding unicode and requiring str -- now...
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 22 Dec 2008 23:22:37 +0000 (16:22 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 22 Dec 2008 23:22:37 +0000 (16:22 -0700)
commitdde2376c4e2d85ba2dc8a9b71f44a17682d49574
treefe9da520d7c2f8b2a9a30d474ec8f8609fdba75b
parentc54783f5e1b4cac23d4adfaba2d654e65d6c330b
util/base32: loosen the precondition forbidding unicode and requiring str -- now it requires either unicode or str
Hopefully this will make it so that tests pass with François Deppierraz's patch to fix the tahoe cli's handling of unicode argument.
src/allmydata/util/base32.py