[Python-Dev] r85028 - in python/branches/py3k: Doc/c-api/init.rst Include/pythonrun.h Modules/getpath.c PC/getpathp.c

Nick Coghlan ncoghlan at gmail.com
Wed Sep 29 23:28:48 CEST 2010


On Thu, Sep 30, 2010 at 3:43 AM, Lisandro Dalcin <dalcinl at gmail.com> wrote:
> Did you noticed " ... The path components should be separated by
> semicolons." ? I would expect os.path.pathsep, after all paths are not
> OS-independent.

That's true when reading from PYTHONPATH. For a programmatic API like
this, being consistent is probably simpler in most cases.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list