]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
idlib: make failures much clearer when encountering unicode
authorrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 15 Feb 2008 00:23:07 +0000 (17:23 -0700)
committerrobk-tahoe <robk-tahoe@allmydata.com>
Fri, 15 Feb 2008 00:23:07 +0000 (17:23 -0700)
commitca41693162cb8b66243e0b87fbe6928dbbea9b95
tree95f0af15f40087b807b98c86a926bb0db46e2ca7
parent09bfa3bea21c64c11449080ed7239e41f5bcdcf8
idlib: make failures much clearer when encountering unicode

while investigating fuse related stuff, I spent quite a while staring at
very cryptic explosions I got from idlib.  it turns out that unicode
objects and str objects have .translate() methods with differing signatures.
to save anyone else the headache, this makes it very clear if you accidentally
try to pass a unicode object in to a2b() etc.
src/allmydata/util/base32.py