On Fri, 2005-05-13 at 13:03 +0100, Mike Wray wrote:
>>> h.write("/foo", "hello", create=1)
Traceback (most recent call last):
File "<stdin>", line 1, in ?
RuntimeError: (21, 'Is a directory')
>>> h.ls("/")
['./', '../', 'foo/', '.perms', 'foo.perms']
This is horribly broken! There's no way this would have passed the
testsuite. The only thing I can think of is, did you try to add "." to
the valid characters array? That won't work...