[docs] [issue21687] Py_SetPath: Path components separated by colons

eryksun report at bugs.python.org
Sat Jun 7 18:47:51 CEST 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue21687>
_______________________________________


More information about the docs mailing list