diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 16:54:18 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2019-05-31 16:54:18 -0400 |
commit | b099492a05488be8c5ec696be02ca9bd20f7ddf7 (patch) | |
tree | 3bdd6d9999ef62e066759ea56e78a9ec6b152cf9 /sites | |
parent | fe682a4175b3d03233a162f2a7daf57d8ffe8e54 (diff) | |
parent | 42ed0f01280cd0619dc4dc44376d99496ee281aa (diff) |
Merge branch '2.2' into 2.3
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 281f1d08..463ac786 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +- :support:`1378 backported` Add support for the modern (as of Python 3.3) + import location of ``MutableMapping`` (used in host key management) to avoid + the old location becoming deprecated in Python 3.8. Thanks to Josh Karpel for + catch & patch. - :release:`2.3.3 <2018-09-18>` - :release:`2.2.4 <2018-09-18>` - :release:`2.1.6 <2018-09-18>` |