[Python-bugs-list] [ python-Bugs-709428 ] os.altsep is None under Windows

SourceForge.net noreply@sourceforge.net
Fri, 28 Mar 2003 17:00:27 -0800


Bugs item #709428, was opened at 2003-03-25 08:48
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=709428&group_id=5470

Category: Python Library
Group: Python 2.3
Status: Closed
Resolution: Fixed
Priority: 7
Submitted By: Greg Chapman (glchapman)
Assigned to: Skip Montanaro (montanaro)
Summary: os.altsep is None under Windows

Initial Comment:
With both 2.3a2 and 2.22, os.altsep is None under 
Windows.  This does not match the documentation, 
which states (in part): 'This is set to "/" on Windows 
systems where sep is a backslash.'  (Perhaps this is a 
documentation bug.)


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

>Comment By: Guido van Rossum (gvanrossum)
Date: 2003-03-28 20:00

Message:
Logged In: YES 
user_id=6380

How strange.  It was my intention for it to be '/' but
somehow it didn't get set. Thanks!

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

Comment By: Skip Montanaro (montanaro)
Date: 2003-03-28 17:48

Message:
Logged In: YES 
user_id=44345

checked in as ntpath.py v 1.57 - also backported to 2.2 branch 
(os.py 1.50.8.7). altsep on Windows was None before I migrated stuff to 
ntpath.py.  I don't think it was ever not None on Windows.

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2003-03-28 14:27

Message:
Logged In: YES 
user_id=6380

Skip, I think you might know more about this?

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

Comment By: Guido van Rossum (gvanrossum)
Date: 2003-03-28 14:25

Message:
Logged In: YES 
user_id=6380

Not a doc bug. This seems to have been lost somehow!

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

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