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 chortos
Recipients chortos, eric.araujo, ned.deily, ronaldoussoren, vstinner
Date 2011-08-18.12:08:50
SpamBayes Score 8.168474e-05
Marked as misclassified No
Message-id <1313669331.05.0.842365942606.issue9850@psf.upfronthosting.co.za>
In-reply-to
Content
I fully agree with Ronald’s proposal. And for a start, here is a trivial patch that fixes macpath.join('', ...) [at the moment it just returns its last argument]. By the way, this fix is probably eligible for inclusion in Python 2.7 too.

I also have ‘implement macpath.relpath’ in my to-do list, although in practice this means nothing.
History
Date User Action Args
2011-08-18 12:08:51chortossetrecipients: + chortos, ronaldoussoren, vstinner, ned.deily, eric.araujo
2011-08-18 12:08:51chortossetmessageid: <1313669331.05.0.842365942606.issue9850@psf.upfronthosting.co.za>
2011-08-18 12:08:50chortoslinkissue9850 messages
2011-08-18 12:08:50chortoscreate