[issue36305] Inconsistent behavior of pathlib.WindowsPath with drive paths

2019-05-27 Thread NM
NM added the comment: Is this related to the weird paths I am seeing when getting different output in venv compared to without venv: from pathlib import Path filename = Path(__file__) filename2 = Path('C:\\path\\to\\file.py') print(filename) print(filename2) Where the

[issue25345] Unable to install Python 3.5 on Windows 10

2015-10-08 Thread Gowtham Nm
New submission from Gowtham Nm: I downloaded Python 3.5 version to install on Windows 10. But apparently, the installation does not succeed. I have tried with lower version of Python also, the installation does not succeed on Windows 10. Have attached the logs of the error. I have checked for