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
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