why is os.getcwd() printing the path in all caps on win2k?

sameer sameer_ at email.com
Tue Jan 22 01:44:38 EST 2002


can anyone tell me why os.getcwd() prints out the path in all caps on
win2k at least?  e.g.


ActivePython 2.1.1, build 212 (ActiveState)
Python 2.1.1 (#20, Jul 26 2001, 11:38:51) [MSC 32 bit (Intel)] on
win32
Type "copyright", "credits" or "license" for more information.
>>> import os, shutil
>>> os.getcwd()
'C:\\PROGRAMS\\PYTHON\\LJ'



More information about the Python-list mailing list