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 adelfino
Recipients adelfino
Date 2018-05-03.04:09:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525320573.53.0.682650639539.issue33414@psf.upfronthosting.co.za>
In-reply-to
Content
Right now we are using os.path.is(dir|file|symlink) in shutil.copytree, but taking advantage of os.scandir's is_(dir|file|symlink) seems the way to go.

I'll make a PR with to start the discussion with a proof of concept.
History
Date User Action Args
2018-05-03 04:09:33adelfinosetrecipients: + adelfino
2018-05-03 04:09:33adelfinosetmessageid: <1525320573.53.0.682650639539.issue33414@psf.upfronthosting.co.za>
2018-05-03 04:09:33adelfinolinkissue33414 messages
2018-05-03 04:09:33adelfinocreate