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 paul.moore
Recipients Arfrever, blokeley, eric.araujo, giampaolo.rodola, martin.panter, paul.moore, pitrou, r.david.murray, rhettinger, santoso.wijaya, serhiy.storchaka, terry.reedy
Date 2015-03-31.09:33:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427794385.14.0.83605643013.issue11344@psf.upfronthosting.co.za>
In-reply-to
Content
Assuming new code should be using pathlib, I agree this should probably be closed now as obsolete.

One proviso - pathlib objects don't take a bytestring path in the constructor. If there's a need for a low-level splitpath taking bytes objects, there may still be a benefit to this patch. Otherwise pathlib.Path(p).parts is a direct replacement AFAICT.
History
Date User Action Args
2015-03-31 09:33:05paul.mooresetrecipients: + paul.moore, rhettinger, terry.reedy, pitrou, giampaolo.rodola, eric.araujo, Arfrever, r.david.murray, santoso.wijaya, blokeley, martin.panter, serhiy.storchaka
2015-03-31 09:33:05paul.mooresetmessageid: <1427794385.14.0.83605643013.issue11344@psf.upfronthosting.co.za>
2015-03-31 09:33:05paul.moorelinkissue11344 messages
2015-03-31 09:33:04paul.moorecreate