]> granicus.if.org Git - python/commit
Bug #1048941: shutil.rmtree error handling was always broken
authorJohannes Gijsbers <jlg@dds.nl>
Sun, 31 Oct 2004 12:05:31 +0000 (12:05 +0000)
committerJohannes Gijsbers <jlg@dds.nl>
Sun, 31 Oct 2004 12:05:31 +0000 (12:05 +0000)
commitef5ffc4765c0e1616db774b902328ef87a4b2291
tree833b19765b3211cd409c80d95a36eb926930360f
parent57341c37c910ea0fc31f0576be74e9ad4c49a4cf
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.
Lib/shutil.py
Lib/test/test_shutil.py