summaryrefslogtreecommitdiff
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2022-04-25 10:56:40 -0400
committerJeff Forcier <jeff@bitprophet.org>2022-04-25 10:56:40 -0400
commit5540514928474956c25936ab48f7fa0b59755bb1 (patch)
treed8927adc8594faa6b0571ba270a3e3dbc1234dae /sites
parent47529be4385cffba6851f10e505f5683290d116e (diff)
parent3929166413343f0acdba44694da7bf8ee44600bb (diff)
downloadparamiko-5540514928474956c25936ab48f7fa0b59755bb1.tar.gz
Merge branch '2.9' into 2.10
Diffstat (limited to 'sites')
-rw-r--r--sites/www/changelog.rst5
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,