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 benhoyt
Recipients Eugene Bright, benhoyt
Date 2015-02-27.13:01:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425042111.38.0.277100500728.issue23535@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, but this is operating as designed and documented. See the docs here: https://docs.python.org/3.4/library/os.path.html#os.path.join

"On Windows ... since there is a current directory for each drive, os.path.join("c:", "foo") represents a path relative to the current directory on drive C: (c:foo), not c:\foo.

So I think this issue should be closed as not a bug.
History
Date User Action Args
2015-02-27 13:01:51benhoytsetrecipients: + benhoyt, Eugene Bright
2015-02-27 13:01:51benhoytsetmessageid: <1425042111.38.0.277100500728.issue23535@psf.upfronthosting.co.za>
2015-02-27 13:01:51benhoytlinkissue23535 messages
2015-02-27 13:01:51benhoytcreate