I've just found out that that on Windows internal implementation of 
python35.dll in posixmodule.c
uses winapi function GetFinalPathNameByHandleW

By the way from MSDN:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa364962%28v=vs.85%29.aspx

Minimum supported client
  Windows Vista [desktop apps only]

Minimum supported server
  Windows Server 2008 [desktop apps only]

Does it mean, that Python-3.5 doesn't support any windows versions prior 
"Windows Vista" and "Windows Server 2008" ?

Best regards,
Vitaly Murashev
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to