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 boredzo
Recipients
Date 2005-01-22.11:07:15
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm running Python 2.4 on Darwin 7.5 (Mac OS X 10.3.5).

os.path.pathsep should be returning '/', since that's what everything that 
works with paths (the rest of the path module, plus the file class, etc.) 
expects. and yet it returns ':'.

making this even stranger is the fact that repr(os.path) returns the path to 
posixpath.
History
Date User Action Args
2007-08-23 14:29:05adminlinkissue1107258 messages
2007-08-23 14:29:05admincreate