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 jesstess
Recipients chortos, eric.araujo, jesstess, ned.deily, ronaldoussoren, vstinner
Date 2014-04-27.04:14:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398572084.65.0.00212321875221.issue9850@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for writing up this issue, ned.deily, and thanks for providing a patch, chortos.

I couldn't find documentation clearly specifying what the correct behavior of macpath.join should be (i.e. what are the exact rules for leading and trailing colons), but comparing the old and updated behavior against the new tests, this patch does make the function's behavior more consistent.

* The patch passes `make patchcheck`.
* The full test suite passes with this patch.

=> commit review
History
Date User Action Args
2014-04-27 04:14:44jesstesssetrecipients: + jesstess, ronaldoussoren, vstinner, ned.deily, eric.araujo, chortos
2014-04-27 04:14:44jesstesssetmessageid: <1398572084.65.0.00212321875221.issue9850@psf.upfronthosting.co.za>
2014-04-27 04:14:44jesstesslinkissue9850 messages
2014-04-27 04:14:43jesstesscreate