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 SilentGhost
Recipients Michael Klatt, SilentGhost, docs@python
Date 2018-05-05.04:12:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525493553.6.0.682650639539.issue33426@psf.upfronthosting.co.za>
In-reply-to
Content
your example actually produces '/abc//def/'.

However, I'm not sure where do you get the idea that it should clean up internal directory separators or do anything at all with the strings in paths. To me it reads like it's concatenating arguments skipping over the empty ones unless it's also the last one. 

In any case, what would you propose to fix the language to describe the behaviour more clear?
History
Date User Action Args
2018-05-05 04:12:33SilentGhostsetrecipients: + SilentGhost, docs@python, Michael Klatt
2018-05-05 04:12:33SilentGhostsetmessageid: <1525493553.6.0.682650639539.issue33426@psf.upfronthosting.co.za>
2018-05-05 04:12:33SilentGhostlinkissue33426 messages
2018-05-05 04:12:33SilentGhostcreate