[issue40168] import pandas error[python 3.8.]

2020-04-03 Thread Harish Gajjar
New submission from Harish Gajjar : Dear Python Developers, I am writing this to inform you that currently I am using python 3.8 and I installed pandas using "pip install pandas", but when I try to import pandas idle shows some error. Python 3.8.2 (tags/v3.8.2:7b3ab59, Feb 25 2020

[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: norma