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 jpe
Recipients
Date 2005-05-26.20:45:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
os.path.join('c:', r'\\server\share') returns
c:\\server\share rather than \\server\share. 
Interestingly os.path.join('c:a', r'\\server\share')
returns r'\\server\share'.  IMHO, r'\\server\share'
should be returned in all cases.
History
Date User Action Args
2008-01-20 09:57:53adminlinkissue1209447 messages
2008-01-20 09:57:53admincreate