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 fossilet
Recipients fossilet
Date 2012-07-13.01:45:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342143930.94.0.174584687761.issue15342@psf.upfronthosting.co.za>
In-reply-to
Content
I am constructing a source directory argument to rsync. It has to end with slash due to rsync behavior. I use:

os.path.join('/src/dir', os.path.sep)

And run it and realized the source directory becomes '/'. Luckily it is not the destination.

Why should join discard all previous path components if any component is an absoulute path? This is such a surprise and renders this function useless.
History
Date User Action Args
2012-07-13 01:45:31fossiletsetrecipients: + fossilet
2012-07-13 01:45:30fossiletsetmessageid: <1342143930.94.0.174584687761.issue15342@psf.upfronthosting.co.za>
2012-07-13 01:45:30fossiletlinkissue15342 messages
2012-07-13 01:45:29fossiletcreate