aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-04-07 23:08:32 +0100
committerJason R. Coombs <jaraco@jaraco.com>2016-04-07 23:08:32 +0100
commit6462571024e69a285a17c8f790ad13774790990a (patch)
treecba9dfac4161ef5dc7e7ae407997a4d62f2a3da4 /CHANGES.rst
parent06eae67829fb2c292da23d941e3cc9cd9870f1ab (diff)
downloadexternal_python_setuptools-6462571024e69a285a17c8f790ad13774790990a.tar.gz
external_python_setuptools-6462571024e69a285a17c8f790ad13774790990a.tar.bz2
external_python_setuptools-6462571024e69a285a17c8f790ad13774790990a.zip
Trap additional exceptions. Fixes #536.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index cf18b7f7..b29977ce 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,13 @@
CHANGES
=======
+v20.7
+-----
+
+* Issue #536: In msvc9_support, trap additional exceptions
+ that might occur when importing
+ ``distutils.msvc9compiler`` in mingw environments.
+
v20.6.8
-------