python-webdav icon indicating copy to clipboard operation
python-webdav copied to clipboard

Incompatibility with Python3

Open wsw70 opened this issue 10 years ago • 1 comments

In [5]: import python_webdav.client
  File "C:\Python34\lib\site-packages\python_webdav\client.py", line 165
    print format_string
                      ^
SyntaxError: Missing parentheses in call to 'print'

Do you plan to have a port to Python3?

wsw70 avatar Aug 12 '15 12:08 wsw70

I hadn't planned on it (this project's pretty much unmaintained these days), though it wouldn't be too difficult to fix this sort of an issue, so I wouldn't mind putting in some time if there's anyone who needs python3 working.

scaryclam avatar Jan 26 '17 13:01 scaryclam