HN44 / pywebdav

Automatically exported from code.google.com/p/pywebdav
0 stars 0 forks source link

Interface of DAV.iface.put() needs updating #39

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?

The interface of put() has changed from:
<     def put(self,uri,data):
to
>     def put(self, uri, data, content_type=None):

What version of the product are you using? 

SVN r63.

On what operating system?

MacOS 10.6.4

Please see attached for a diff.

Original issue reported on code.google.com by lesterch...@gmail.com on 10 Aug 2010 at 4:34

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed with r64
Thanks.

Original comment by cedric.krier@b2ck.com on 1 Oct 2010 at 7:00