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, pitrou, tim.golden
Date 2013-11-16.21:25:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384637127.74.0.627176072406.issue19629@psf.upfronthosting.co.za>
In-reply-to
Content
shutil.rmtree() uses os.lstat() while support.rmtree() calls os.path.isdir() instead.
History
Date User Action Args
2013-11-16 21:25:27pitrousetrecipients: + pitrou, tim.golden, brian.curtin
2013-11-16 21:25:27pitrousetmessageid: <1384637127.74.0.627176072406.issue19629@psf.upfronthosting.co.za>
2013-11-16 21:25:27pitroulinkissue19629 messages
2013-11-16 21:25:27pitroucreate