diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-03-14 19:21:01 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-03-14 19:23:40 -0400 |
commit | 76b781754bfefe21706762442c422bac523701e4 (patch) | |
tree | 18c662d43922a463e173f97b531d44d7edac8ffd /sites/www | |
parent | abbf52a8c390b38ab4b8d83fc23bbaab3a31abb4 (diff) |
Use args, not kwargs, to retain py2 compat for now
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 45bacd22..d5215995 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,14 @@ Changelog ========= +- :bug:`2001` Fix Python 2 compatibility breakage introduced in 2.10.1. Spotted + by Christian Hammond. + + .. warning:: + This is almost certainly the last time we will fix Python 2 related + errors! Please see `the roadmap + <https://bitprophet.org/projects/#roadmap>`_. + - :release:`2.10.1 <2022-03-11>` - :bug:`-` (`CVE-2022-24302 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-24302>`_) Creation |