Commit 43ba6abb authored by Jason R. Coombs's avatar Jason R. Coombs

Always cast to str on Linux and Python 2, let rmtree handle the rest. Fixes #953.

parent 7b87e5c5
v34.1.1
-------
* #953: More aggressively employ the compatibility issue
originally added in #706.
v34.1.0
-------
......
......@@ -21,7 +21,6 @@ if sys.version_info < (3,):
linux_py2_ascii = (
platform.system() == 'Linux' and
sys.getfilesystemencoding() == 'ascii' and
sys.version_info < (3,)
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment