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

2010-09-29 Thread Lisandro Dalcin
On 27 September 2010 11:57, Georg Brandl g.bra...@gmx.net wrote: Am 27.09.2010 07:32, schrieb kristjan.jonsson: Author: kristjan.jonsson Date: Mon Sep 27 07:32:54 2010 New Revision: 85028 Log: issue 9910 Add a Py_SetPath api to override magic path computations when starting up python.

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

2010-09-29 Thread Nick Coghlan
On Thu, Sep 30, 2010 at 3:43 AM, Lisandro Dalcin dalc...@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

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

2010-09-27 Thread Georg Brandl
Am 27.09.2010 07:32, schrieb kristjan.jonsson: Author: kristjan.jonsson Date: Mon Sep 27 07:32:54 2010 New Revision: 85028 Log: issue 9910 Add a Py_SetPath api to override magic path computations when starting up python. Modified: python/branches/py3k/Doc/c-api/init.rst