[Python-Dev] r85028 - in python/branches/py3k: Doc/c-api/init.rst Include/pythonrun.h Modules/getpath.c PC/getpathp.c (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Wed Sep 29 23:28:48 CEST 2010
- Previous message: [Python-Dev] r85028 - in python/branches/py3k: Doc/c-api/init.rst Include/pythonrun.h Modules/getpath.c PC/getpathp.c
- Next message: [Python-Dev] Some changes to logging for 3.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] r85028 - in python/branches/py3k: Doc/c-api/init.rst Include/pythonrun.h Modules/getpath.c PC/getpathp.c
- Next message: [Python-Dev] Some changes to logging for 3.2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]