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 snaury
Recipients
Date 2007-03-07.19:15:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
No, inserting '.' is unnecessary exactly because ntpath.join is working the way you described. On Windows and OS/2 'test' will mean 'test' in current directory, i.e. the expected result without any unnecessary characters prepended and without any unnecessary cycles since ntpath.join("", "whatever") is optimized in ntpath.join.
History
Date User Action Args
2007-08-23 15:55:02adminlinkissue1576313 messages
2007-08-23 15:55:02admincreate