elrodo1 / pywebdav

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

pywebdav changes for py3 compatibility #60

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Here is  patch that allows python 3 compatibility for pywebdav through 2to3.

Original issue reported on code.google.com by nicolas....@b2ck.com on 14 Sep 2012 at 9:25

Attachments:

GoogleCodeExporter commented 8 years ago
LGTM but could you add to the patch the setup.py command to manage 2to3 on 
installation.

Original comment by cedric.krier@b2ck.com on 20 Sep 2012 at 9:23

GoogleCodeExporter commented 8 years ago
Here is the updated patch.

Original comment by nicolas....@b2ck.com on 23 Sep 2012 at 8:53

Attachments:

GoogleCodeExporter commented 8 years ago
The second test suite of litmus [2] fails with the patch but it succeed without.

[1] http://www.webdav.org/neon/litmus/

Original comment by cedric.krier@b2ck.com on 5 Oct 2012 at 4:44

GoogleCodeExporter commented 8 years ago
It fails in the same way without the patch.

Looking at the debug.log file of litmus it makes call to PROPPATCH wich 
according to do_PRPOPPATCH returns an error code of 423 … I can not see how 
without the patch it could work.

Original comment by nicolas....@b2ck.com on 5 Oct 2012 at 10:28

GoogleCodeExporter commented 8 years ago
Here without the patch, it goes further.

Original comment by cedric.krier@b2ck.com on 6 Oct 2012 at 12:02

GoogleCodeExporter commented 8 years ago
On my box it's exactly the same output when calling:

    make URL=http://localhost:8008 check

in the litmus directory

Original comment by nicolas....@b2ck.com on 6 Oct 2012 at 1:15

Attachments: