[PATCH] Fix for osutils.rmtree failure on Windows with Python 2.5
Henri Wiechers
hwiechers at gmail.com
Thu Nov 2 21:29:07 GMT 2006
The behavior of shutil.rmtree was changed slighlty in Python 2.5. On
Windows, it will sometimes raise a WindowsError where previously it
would raise an OSError. This was
causing test_osutils.TestOSUtils.test_rmtree to fail.
Here is a patch that should fix that.
Thanks,
Henri
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winfix.patch
Type: application/octet-stream
Size: 2380 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20061102/226eec66/attachment.obj
More information about the bazaar
mailing list