amnong / easywebdav

A WebDAV Client in Python
http://pypi.python.org/pypi/easywebdav/
ISC License
207 stars 113 forks source link

fix #19 and add HEAD entry for error messages in OperationFailed #20

Closed kartoch closed 10 years ago

kartoch commented 10 years ago

Fix #19 by using fromstring withoutStringIO. Works for me on python3.

kartoch commented 10 years ago

Add an HEAD entry to _OPERATIONS for error messages in OperationFailed.