eryksun added the comment:

A Windows path uses ":" after the drive letter, e.g. "C:\\Windows", so the 
delimiter is a semicolon on Windows. Other platforms use a colon.

CPython uses DELIM, which is defined in osdefs.h. This header isn't included by 
Python.h.

http://hg.python.org/cpython/file/c0e311e010fc/Include/osdefs.h

----------
nosy: +eryksun

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21687>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to