homepage

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 effbot
Recipients
Date 2005年11月12日.15:49:46
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=38376
Are you sure you understand how the function works?
Given "spam/egg/bacon", it first attempts to do an rmdir on
spam/egg/bacon. If that fails, the function raises an
exception. Otherwise, it proceeds to rmdir spam/egg and
spam. Errors during the latter stage are ignored.
If you want to remove directories whether they're empty or
not, use shutil.rmtree.
History
Date User Action Args
2007年08月23日 14:35:53adminlinkissue1343671 messages
2007年08月23日 14:35:53admincreate

AltStyle によって変換されたページ (->オリジナル) /