[issue38081] Different behavior of in 3.7 and 3.8 os.path.realpath('nul')

2019-09-09 Thread Александр Семенов
Александр Семенов added the comment: 1) Python 3.8.0b4 (tags/v3.8.0b4:d93605d, Aug 29 2019, 23:21:28) [MSC v.1916 64 bit (AMD64)] on win32 2) Looks like identical with https://bugs.python.org/issue1311 -- ___ Python tracker

[issue38081] Different behavior of in 3.7 and 3.8 os.path.realpath('nul')

2019-09-09 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- components: +Windows nosy: +paul.moore, steve.dower, tim.golden, zach.ware ___ Python tracker ___ __

[issue38081] Different behavior of in 3.7 and 3.8 os.path.realpath('nul')

2019-09-09 Thread Александр Семенов
New submission from Александр Семенов : Windows 10: ``` C:\Users\User\Downloads>py -3.7 -c "import os.path;os.path.realpath('nul')" C:\Users\User\Downloads>py -3.8 -c "import os.path;os.path.realpath('nul')" Traceback (most recent call last): File "", line 1, in File "C:\Python38\lib\ntpath