HN44 / pywebdav

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

Support Python3 #72

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The attached patch adds support for Python3. It was tested with Python 3.3 and 
2.7. It should also work with 2.6 but has not been tested.

Original issue reported on code.google.com by greg.mit...@tuxsoft.net on 18 Aug 2013 at 4:10

Attachments:

GoogleCodeExporter commented 8 years ago
The latest pywebdav 0.9.8 does not include ez_setup.py anymore, I removed the 
corresponding diff, but the patch failed anyway:

patching file pywebdav/lib/AuthServer.py
patching file pywebdav/lib/WebDAVServer.py
Hunk #1 succeeded at 15 with fuzz 2.
patching file pywebdav/lib/davcmd.py
patching file pywebdav/lib/davcopy.py
patching file pywebdav/lib/davmove.py
patching file pywebdav/lib/delete.py
patching file pywebdav/lib/errors.py
patching file pywebdav/lib/iface.py
patching file pywebdav/lib/locks.py
patching file pywebdav/lib/utils.py
patching file pywebdav/server/fshandler.py
patching file setup.py
Hunk #1 FAILED at 8.
Hunk #2 FAILED at 66.
Hunk #3 succeeded at 101 (offset -1 lines).
2 out of 3 hunks FAILED -- saving rejects to file setup.py.rej

Can you provide patch for pywebdav 0.9.8 please?

Original comment by skliarie@gmail.com on 23 Dec 2013 at 3:16