diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-27 13:34:36 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-09-27 13:34:36 -0500 |
| commit | 44a670456c81f844cad1d5aa713cd304ed80fc09 (patch) | |
| tree | ee4319cb83a518c221c81a0e3701b56de6e48159 /CHANGES.rst | |
| parent | f773e19f4f85fae7312de57d6995fcb7c4795a30 (diff) | |
| download | python-setuptools-git-44a670456c81f844cad1d5aa713cd304ed80fc09.tar.gz | |
Patch MSVC functions by name. Fixes #790.
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 9 |
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 ------- |
