summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-09-27 13:34:36 -0500
committerJason R. Coombs <jaraco@jaraco.com>2016-09-27 13:34:36 -0500
commit44a670456c81f844cad1d5aa713cd304ed80fc09 (patch)
treeee4319cb83a518c221c81a0e3701b56de6e48159 /CHANGES.rst
parentf773e19f4f85fae7312de57d6995fcb7c4795a30 (diff)
downloadpython-setuptools-git-44a670456c81f844cad1d5aa713cd304ed80fc09.tar.gz
Patch MSVC functions by name. Fixes #790.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 19452d4f..0246c461 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -2,6 +2,15 @@
CHANGES
=======
+v27.3.1
+-------
+
+* #790: In MSVC monkeypatching, explicitly patch each
+ function by name in the target module instead of inferring
+ the module from the function's ``__module__``. Improves
+ compatibility with other packages that might have previously
+ patched distutils functions (i.e. NumPy).
+
v27.3.0
-------