[issue13234] os.listdir breaks with literal paths

Antoine Pitrou report at bugs.python.org
Tue Oct 25 11:47:25 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

Thanks for the patch. Is there a reason you don't use shutil.rmtree in tearDown()?
I don't know if it's our business to convert forward slashes passed by the user. Also, general support for extended paths is another can of worms ;)

----------

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


More information about the Python-bugs-list mailing list