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 eric.araujo
Recipients barry, chris.jerdonek, eng793, eric.araujo, giampaolo.rodola, jwilk, larry, pitrou, serhiy.storchaka
Date 2012-10-20.15:12:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350745966.62.0.827698454396.issue15872@psf.upfronthosting.co.za>
In-reply-to
Content
NotADirectoryError not being caught makes sense to me: not passing a directory as argument to rmtree is a programmer error, not something coming from the OS or filesystem.
History
Date User Action Args
2012-10-20 15:12:46eric.araujosetrecipients: + eric.araujo, barry, pitrou, larry, giampaolo.rodola, jwilk, chris.jerdonek, serhiy.storchaka, eng793
2012-10-20 15:12:46eric.araujosetmessageid: <1350745966.62.0.827698454396.issue15872@psf.upfronthosting.co.za>
2012-10-20 15:12:46eric.araujolinkissue15872 messages
2012-10-20 15:12:46eric.araujocreate