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 vstinner
Recipients brian.curtin, jkloth, pitrou, r.david.murray, steve.dower, tim.golden, vstinner
Date 2013-11-27.20:34:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385584488.62.0.564450319185.issue19629@psf.upfronthosting.co.za>
In-reply-to
Content
Why not starting to use pathlib? pathlib.Path(path).resolve().is_dir().
History
Date User Action Args
2013-11-27 20:34:48vstinnersetrecipients: + vstinner, pitrou, tim.golden, jkloth, r.david.murray, brian.curtin, steve.dower
2013-11-27 20:34:48vstinnersetmessageid: <1385584488.62.0.564450319185.issue19629@psf.upfronthosting.co.za>
2013-11-27 20:34:48vstinnerlinkissue19629 messages
2013-11-27 20:34:48vstinnercreate