diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2020-08-30 14:03:02 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2020-08-30 14:17:40 -0400 |
commit | a2c80e1f5e73054e9cd4633b5e12bfbe9a630493 (patch) | |
tree | faa9ef901b459e27ae9ac97bc2730848c26e63c8 /sites | |
parent | 11ebdf5f6c091e07434017de2880fd82c4f40497 (diff) |
Newer flake8 for Python 3.8 CI compat, and related tweaks
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index cfc0d9c2..e5c89ea3 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,8 @@ Changelog ========= +- :bug:`-` Fix incorrect string formatting causing unhelpful error message + annotation when using Kerberos/GSSAPI. (Thanks, newer version of flake8!) - :bug:`1723` Fix incorrectly swapped order of ``p`` and ``q`` numbers when loading OpenSSH-format RSA private keys. At minimum this should address a slowdown when using such keys, and it also means Paramiko works with |