]> granicus.if.org Git - python/commit
Fix for issue 10684: Folders get deleted when trying to change case with shutil.move...
authorRonald Oussoren <ronaldoussoren@mac.com>
Fri, 6 May 2011 08:23:04 +0000 (10:23 +0200)
committerRonald Oussoren <ronaldoussoren@mac.com>
Fri, 6 May 2011 08:23:04 +0000 (10:23 +0200)
commitf51738b10e83d0adf404ca989970a5b44700d685
tree1fc30e8a697333459b9e0a8eb4ff14bd92084a96
parentd92ab0806d38cc592f303545d649821daa802997
Fix for issue 10684: Folders get deleted when trying to change case with shutil.move (case insensitive file systems only)
Lib/shutil.py
Lib/test/test_shutil.py
Misc/NEWS