> Further to my previous question, I'd like to understand why python has
> this seemingly strange behaviour.

Use the source, Luke :)

Python simply calls the MS "getcwd()" function, and returns the value
directly.  It does _not_ process the resulting string, swapping the "\\" for
os.sep.  As getcwd() itself returns "\\", Python does too.

I don't think you will find anyone considering this a bug - at least not a
bug worth fixing.

Mark.

_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to