[New-bugs-announce] [issue10684] Shutil.move deletes file/folder in windows while renaming
harish
report at bugs.python.org
Sun Dec 12 11:18:44 CET 2010
New submission from harish <nsharish.mit at gmail.com>:
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.move deletes file/folder in windows while renaming
type: behavior
versions: Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10684>
_______________________________________
More information about the New-bugs-announce
mailing list