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 fwalch
Recipients docs@python, fwalch
Date 2014-06-07.15:18:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402154292.52.0.48898043171.issue21687@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2014-06-07 15:18:12fwalchsetrecipients: + fwalch, docs@python
2014-06-07 15:18:12fwalchsetmessageid: <1402154292.52.0.48898043171.issue21687@psf.upfronthosting.co.za>
2014-06-07 15:18:12fwalchlinkissue21687 messages
2014-06-07 15:18:12fwalchcreate