aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-03-02 19:08:58 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-03-02 19:18:28 -0500
commit76e1b4957060319545f5a1abd1494cd77a017fa8 (patch)
tree5b8f3e54b0ef79b001fbeba69fced0b21b819923
parent093d280dd2f801aae749cbd7f416982fe1e2383d (diff)
downloadexternal_python_setuptools-76e1b4957060319545f5a1abd1494cd77a017fa8.tar.gz
external_python_setuptools-76e1b4957060319545f5a1abd1494cd77a017fa8.tar.bz2
external_python_setuptools-76e1b4957060319545f5a1abd1494cd77a017fa8.zip
Update changelog
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 000705b7..66af4bde 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,6 +1,9 @@
v34.3.1
-------
+* #988: Trap ``os.unlink`` same as ``os.remove`` in
+ ``auto_chmod`` error handler.
+
* #983: Fixes to invalid escape sequence deprecations on
Python 3.6.