[docs] [issue21687] Py_SetPath: Path components separated by colons
Florian Walch
report at bugs.python.org
Sat Jun 7 17:18:12 CEST 2014
New submission from Florian Walch:
The documentation for Py_SetPath [1] states:
> The path components should be separated by semicolons.
I believe this should not say "semicolons", but "colons"; the default path as output by Py_GetPath is separated by colons.
[1] https://docs.python.org/3/c-api/init.html#c.Py_SetPath
----------
assignee: docs at python
components: Documentation
messages: 219944
nosy: docs at python, fwalch
priority: normal
severity: normal
status: open
title: Py_SetPath: Path components separated by colons
type: behavior
versions: Python 3.2, Python 3.3, Python 3.4, Python 3.5
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21687>
_______________________________________
More information about the docs
mailing list