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 zdes
Recipients
Date 2007-03-26.17:12:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Currently, automatically generated docs from os.path.join do not mention that all paths prior to the last absolute path are discarded.

The __doc__ says:
"Join two or more pathname components, inserting '/' as needed"

From this documentation, it is not obvious that os.path.join("abc", "/cde", "fgh") results in "/cde/fgh".
History
Date User Action Args
2007-08-23 14:52:46adminlinkissue1688564 messages
2007-08-23 14:52:46admincreate