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 loewis
Recipients brian.curtin, chris.jerdonek, jeremy.kloth, jkloth, loewis, ncoghlan, pitrou, tim.golden
Date 2012-08-02.10:20:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343902840.5.0.0716133241106.issue15496@psf.upfronthosting.co.za>
In-reply-to
Content
I wonder why it couldn't use os.listdir to find out whether the directory is empty, and os.stat to find out whether a specific file or directory still exists.
History
Date User Action Args
2012-08-02 10:20:40loewissetrecipients: + loewis, ncoghlan, pitrou, tim.golden, jkloth, brian.curtin, jeremy.kloth, chris.jerdonek
2012-08-02 10:20:40loewissetmessageid: <1343902840.5.0.0716133241106.issue15496@psf.upfronthosting.co.za>
2012-08-02 10:20:39loewislinkissue15496 messages
2012-08-02 10:20:39loewiscreate