diff options
| author | Michael Merickel <michael@merickel.org> | 2019-12-26 14:04:32 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-26 14:04:32 -0600 |
| commit | c71001eb97ad6fb1520411d15f7625a4897dd332 (patch) | |
| tree | 165d906c729458b1bb1a36a3d524535f06218a20 /CHANGES.rst | |
| parent | 9e61a82458187abdd1747bbd8c38c6089b80b3ab (diff) | |
| parent | 4bc949b2c8a03e6f4dd52b75b2c812fb4d5445a9 (diff) | |
| download | pyramid-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.rst | 3 |
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 ------------ |
