diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2017-03-02 19:08:58 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2017-03-02 19:18:28 -0500 |
commit | 76e1b4957060319545f5a1abd1494cd77a017fa8 (patch) | |
tree | 5b8f3e54b0ef79b001fbeba69fced0b21b819923 | |
parent | 093d280dd2f801aae749cbd7f416982fe1e2383d (diff) | |
download | external_python_setuptools-76e1b4957060319545f5a1abd1494cd77a017fa8.tar.gz external_python_setuptools-76e1b4957060319545f5a1abd1494cd77a017fa8.tar.bz2 external_python_setuptools-76e1b4957060319545f5a1abd1494cd77a017fa8.zip |
Update changelog
-rw-r--r-- | CHANGES.rst | 3 |
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. |