[issue19614] support.temp_cwd should use support.rmtree

Sean Rodman report at bugs.python.org
Tue Feb 25 00:54:07 CET 2014


Sean Rodman added the comment:

I don't see where temp_cwd uses shutil.rmtree, but I do see where temp_dir uses shutil.rmtree. Here is a patch to change that to support.rmtree. If I am way off base on this patch please let me know and I will change it to fix whatever needs to be fixed. I want to contribute to python as much as I can so I will do anything to get this fixed that is necessary. Please let me know what you think.

----------
keywords: +patch
Added file: http://bugs.python.org/file34218/issue19614.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19614>
_______________________________________


More information about the Python-bugs-list mailing list