__pkginfo__.py
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Tue, 21 Feb 2017 10:12:47 +0100
changeset 11965 fb03a4113979
parent 11382 dab704a0e4b1
permissions lrwxrwxrwx
[web] fix os.rename usage on windows when destination exists os.rename on windows will raise OSError (or WindowsError subclass) when if destination file already exists. Also check that exception is EEXIST. There is an attempt to fix in f6ba947c but using IOError instead of OSError. Closes #14214794

cubicweb/__pkginfo__.py