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 pitrou
Recipients brian.curtin, jkloth, pitrou, r.david.murray, steve.dower, tim.golden, vstinner
Date 2013-11-27.21:04:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385586288.92.0.196901743098.issue19629@psf.upfronthosting.co.za>
In-reply-to
Content
> Why not starting to use pathlib? pathlib.Path(path).resolve().is_dir().

I would rather keep using low-level APIs in test support functions.
History
Date User Action Args
2013-11-27 21:04:48pitrousetrecipients: + pitrou, vstinner, tim.golden, jkloth, r.david.murray, brian.curtin, steve.dower
2013-11-27 21:04:48pitrousetmessageid: <1385586288.92.0.196901743098.issue19629@psf.upfronthosting.co.za>
2013-11-27 21:04:48pitroulinkissue19629 messages
2013-11-27 21:04:48pitroucreate