[ python-Bugs-1107258 ] os.pathsep is wrong on Mac OS X

SourceForge.net noreply at sourceforge.net
Sat Jan 22 12:07:16 CET 2005


Bugs item #1107258, was opened at 2005-01-22 03:07
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1107258&group_id=5470

Category: Macintosh
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Mac-arena the Bored Zo (boredzo)
Assigned to: Jack Jansen (jackjansen)
Summary: os.pathsep is wrong on Mac OS X

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1107258&group_id=5470


More information about the Python-bugs-list mailing list