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 brett.cannon
Recipients
Date 2005-01-22.19:03:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=357491

You are misunderstanding what os.path.pathsep is for.  It is the string 
that separates paths themselves, not parts of a path.  It's ':' because that 
is how you separate paths on Darwin and any UNIX platform (e.g., "/usr/
bin:/usr/local/bin".

And because Darwin is UNIX it uses posixpath.

Closing as invalid since the setting is right and is not even in the official 
docs so general usage is not supported.
History
Date User Action Args
2007-08-23 14:29:05adminlinkissue1107258 messages
2007-08-23 14:29:05admincreate