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 gmcm
Recipients
Date 2002-03-07.15:36:02
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4923

Python 2.2 (#28, Dec 21 2001, 12:21:22) [MSC 32 bit 
(Intel)] on win32
>>> os.path.normpath('./')
'.'
>>> os.path.normpath('.\\')
'.'
>>> os.path.normpath('.')
'.'
>>>
History
Date User Action Args
2007-08-23 13:59:02adminlinkissue511261 messages
2007-08-23 13:59:02admincreate