aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-12-18 11:55:40 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-12-18 11:55:40 -0500
commitdaead4eef50198b1aae7f4ca856608eb9f112792 (patch)
treeed2a035c1b1086e00e4c753dbbf961b2ea4f3bc7
parent173c8617682817cb3f4621f9edb6a9fa1d6f6eaf (diff)
downloadexternal_python_setuptools-daead4eef50198b1aae7f4ca856608eb9f112792.tar.gz
external_python_setuptools-daead4eef50198b1aae7f4ca856608eb9f112792.tar.bz2
external_python_setuptools-daead4eef50198b1aae7f4ca856608eb9f112792.zip
Update changelog
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c3fff523..3dbd49ae 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,3 +1,14 @@
+v32.1.1
+-------
+
+* #704: More selectively ensure that 'rmtree' is not invoked with
+ a byte string, enabling it to remove files that are non-ascii,
+ even on Python 2.
+
+* #712: In 'sandbox.run_setup', ensure that ``__file__`` is
+ always a ``str``, modeling the behavior observed by the
+ interpreter when invoking scripts and modules.
+
v32.1.0
-------