Message editing

Author dobe
Recipients
Date 2005-08-01.13:18:40
Content
attached you find a diff to davresource to version 0.1.2

i use this version for a web client using mod_python, and i
needed the functionality so i implemented it myself

changes:

added move,copy,mtime methods
added a check keyword argument to DAVFile, so we do not need
to issue a request each time an instance is created wher we
already know that it is a collection or file

i want to release the web client under an os license but
don't want to include pydavclient in the distribution, so it
would be fine if there is some release of pydavclient with
this features
Files
File nameUploaded
davresource.diff dobe, 2005-08-01.13:18:40
History
Date User Action Args
2005-08-01 13:18:40dobelinkissue31 messages
2005-08-01 13:18:40dobecreate