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 asvetlov, georg.brandl, pitrou, python-dev, stefanholek, vinay.sajip
Date 2012-08-24.16:08:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345824323.3368.8.camel@localhost.localdomain>
In-reply-to <1345824232.59.0.913618748669.issue15776@psf.upfronthosting.co.za>
Content
> It is bug in shutil.rmtree, right?

Read the documentation:

 shutil.rmtree(path, ignore_errors=False, onerror=None)

    Delete an entire directory tree; path must point to a directory (but
not a symbolic link to a directory)
History
Date User Action Args
2012-08-24 16:08:45pitrousetrecipients: + pitrou, georg.brandl, vinay.sajip, asvetlov, stefanholek, python-dev
2012-08-24 16:08:45pitroulinkissue15776 messages
2012-08-24 16:08:44pitroucreate