diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 10:56:40 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-04-25 10:56:40 -0400 |
commit | 5540514928474956c25936ab48f7fa0b59755bb1 (patch) | |
tree | d8927adc8594faa6b0571ba270a3e3dbc1234dae /sites/www | |
parent | 47529be4385cffba6851f10e505f5683290d116e (diff) | |
parent | 3929166413343f0acdba44694da7bf8ee44600bb (diff) |
Merge branch '2.9' into 2.10
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 21117b8f..7d5e81f6 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +- :support:`1838` (via :issue:`1870`/:issue:`2028`) Update ``camelCase`` method + calls against the ``threading`` module to be ``snake_case``; this and related + tweaks should fix some deprecation warnings under Python 3.10. Thanks to + Karthikeyan Singaravelan for the report, ``@Narendra-Neerukonda`` for the + patch, and to Thomas Grainger and Jun Omae for patch workshopping. - :bug:`1964` (via :issue:`2024` as also reported in :issue:`2023`) `~paramiko.pkey.PKey` instances' ``__eq__`` did not have the usual safety guard in place to ensure they were being compared to another ``PKey`` object, |