diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-28 21:57:31 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-28 21:57:31 -0400 |
commit | 2175d6bdcf4fe626e713961bb0315c91f206746b (patch) | |
tree | c1c261e268b840d133b0d81d8f1d554e63f1b1cd | |
parent | 3a0520b43dfac9f6ba507c6d09a60290219a0802 (diff) | |
download | external_python_setuptools-2175d6bdcf4fe626e713961bb0315c91f206746b.tar.gz external_python_setuptools-2175d6bdcf4fe626e713961bb0315c91f206746b.tar.bz2 external_python_setuptools-2175d6bdcf4fe626e713961bb0315c91f206746b.zip |
Add changelog entry.
-rw-r--r-- | changelog.d/479.bugfix.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/479.bugfix.rst b/changelog.d/479.bugfix.rst new file mode 100644 index 00000000..3c33964e --- /dev/null +++ b/changelog.d/479.bugfix.rst @@ -0,0 +1 @@ +Replace usage of deprecated ``imp`` module with local re-implementation in ``setuptools._imp``. |