summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-12-26 14:04:32 -0600
committerGitHub <noreply@github.com>2019-12-26 14:04:32 -0600
commitc71001eb97ad6fb1520411d15f7625a4897dd332 (patch)
tree165d906c729458b1bb1a36a3d524535f06218a20 /CHANGES.rst
parent9e61a82458187abdd1747bbd8c38c6089b80b3ab (diff)
parent4bc949b2c8a03e6f4dd52b75b2c812fb4d5445a9 (diff)
downloadpyramid-c71001eb97ad6fb1520411d15f7625a4897dd332.tar.gz
pyramid-c71001eb97ad6fb1520411d15f7625a4897dd332.tar.bz2
pyramid-c71001eb97ad6fb1520411d15f7625a4897dd332.zip
Merge pull request #3555 from mmerickel/deprecated-imp
fix DeprecationWarning of imp package by using importlib
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 794301578..383906e00 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -68,6 +68,9 @@ Features
``pyramid.static.static_view``.
See https://github.com/Pylons/pyramid/pull/3537
+- Fix ``DeprecationWarning`` emitted by using the ``imp`` module.
+ See https://github.com/Pylons/pyramid/pull/3553
+
Deprecations
------------