This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eryksun
Recipients docs@python, eryksun, fwalch
Date 2014-06-07.16:47:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402159671.58.0.0637636145639.issue21687@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-06-07 16:47:51eryksunsetrecipients: + eryksun, docs@python, fwalch
2014-06-07 16:47:51eryksunsetmessageid: <1402159671.58.0.0637636145639.issue21687@psf.upfronthosting.co.za>
2014-06-07 16:47:51eryksunlinkissue21687 messages
2014-06-07 16:47:51eryksuncreate