commit | ef5ffc4765c0e1616db774b902328ef87a4b2291 | [log] [tgz] |
---|---|---|
author | Johannes Gijsbers <jlg@dds.nl> | Sun Oct 31 12:05:31 2004 +0000 |
committer | Johannes Gijsbers <jlg@dds.nl> | Sun Oct 31 12:05:31 2004 +0000 |
tree | 833b19765b3211cd409c80d95a36eb926930360f | |
parent | 57341c37c910ea0fc31f0576be74e9ad4c49a4cf [diff] |
Bug #1048941: shutil.rmtree error handling was always broken Rewrite rmtree again, this time without os.walk(). Error handling had been broken since Python 2.3, and the os.walk() version inherited this.