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 mshomphe
Recipients
Date 2003-06-04.17:42:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=716326

This appears to be fixed in 2.3b1:

Python 2.3b1 (#40, Apr 25 2003, 19:06:24) [MSC v.1200 32 
bit (Intel)] on win32
Type "copyright", "credits" or "license" for more information.
IDLE 0.8 -- press F1 for help
>>> import os
>>> 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