[issue10684] Shutil.move deletes file/folder in windows while renaming

2010-12-12 Thread R. David Murray
Changes by R. David Murray : -- nosy: +brian.curtin, tarek, tim.golden ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue10684] Shutil.move deletes file/folder in windows while renaming

2010-12-12 Thread harish
New submission from harish : Shutil.move method deletes a file/folder when the file/folder is renamed to same name but different case. eg. shutil.move('folder','Folder') -- components: Windows messages: 123833 nosy: harish priority: normal severity: normal status: open title: Shutil.mov