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 mcmahon_m
Recipients
Date 2007-03-07.18:55:39
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I don't know about OS/2 but standard windows definitely looks in the current folder first.

Should the patch insert "." rather then ""? 

>>> import os.path
>>> os.path.join("", "test")
'test'
>>> os.path.join(".", "test")
'.\\test'
>>>


History
Date User Action Args
2007-08-23 15:55:02adminlinkissue1576313 messages
2007-08-23 15:55:02admincreate