On Thu, Sep 30, 2010 at 3:43 AM, Lisandro Dalcin <[email protected]> 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 | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
