-
Committer:
Martin Pool
-
Date:
2006-04-13 02:33:36 UTC
-
mto:
This revision was merged to the branch mainline in
revision
1659.
-
Revision ID:
mbp@sourcefrog.net-20060413023336-ed862740f63ef8f5
Fix FTP push with metadir format (Alexandre Saint)
It adds a rmdir() method and makes rename() an alias of move(). Makes delete()
raise a NoSuchFile exception when appropriate (instead of a TransportError
which made the logic always fail).