This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author nooB
Recipients brian.curtin, nooB, tarek, tim.golden
Date 2011-01-22.21:30:06
SpamBayes Score 1.299944e-06
Marked as misclassified No
Message-id <1295731812.7.0.264572602786.issue10684@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, for the wrong info. The issues exists only for folder renaming in windows.
try this,

>> import os, shutil
>> os.mkdir('test')
>> shutil.move('test', 'TEST')

poof. The folder is gone.
Shouldn't the path case be checked for file operations?
History
Date User Action Args
2011-01-22 21:30:12nooBsetrecipients: + nooB, tim.golden, tarek, brian.curtin
2011-01-22 21:30:12nooBsetmessageid: <1295731812.7.0.264572602786.issue10684@psf.upfronthosting.co.za>
2011-01-22 21:30:07nooBlinkissue10684 messages
2011-01-22 21:30:07nooBcreate