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 gvanrossum
Recipients draghuram, gvanrossum, ntkoopman
Date 2007-12-20.17:25:11
SpamBayes Score 0.5004752
Marked as misclassified No
Message-id <1198171512.16.0.383660587249.issue1669@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Tesiph, more useful behavior would be to raise an error
immediately because the argument is not a directory. If you wanted to
remove the think linked to, you could use rmtree("foo/.",
ignore_errors=True).
History
Date User Action Args
2007-12-20 17:25:12gvanrossumsetspambayes_score: 0.500475 -> 0.5004752
recipients: + gvanrossum, draghuram, ntkoopman
2007-12-20 17:25:12gvanrossumsetspambayes_score: 0.500475 -> 0.500475
messageid: <1198171512.16.0.383660587249.issue1669@psf.upfronthosting.co.za>
2007-12-20 17:25:12gvanrossumlinkissue1669 messages
2007-12-20 17:25:11gvanrossumcreate