[issue10684] Folders get deleted when trying to change case with shutil.move (case insensitive file systems only)

Senthil Kumaran report at bugs.python.org
Tue Jan 25 05:43:27 CET 2011


Senthil Kumaran <orsenthil at gmail.com> added the comment:

Here is a patch (against release27-maint) for to fix this issue. BTW,what is the best way to check for case insensitive file-system? The test here merely checks if sys.platform returns mac, darwin or win32.

----------
keywords: +patch
nosy: +orsenthil
Added file: http://bugs.python.org/file20511/Issue10684-py27.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10684>
_______________________________________


More information about the Python-bugs-list mailing list