diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2024-09-14 18:51:01 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2024-09-14 18:51:01 -0400 |
commit | dd4bc9ffe3f38fadd11f53807161fc9efb0846e5 (patch) | |
tree | c42b858e5e2e6b1a855600fd2fd62544cf390804 /sites/www | |
parent | a498e0373a10e1882ff4506c649d175e7743a33d (diff) | |
parent | 82e035c481451f05007ac3051738062e2ba62961 (diff) |
Merge branch '3.3' into 3.4
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index f5fcb85d..9d730283 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +- :bug:`-` Check for ``None`` transport members inside + `~paramiko.channel.Channel` when closing the channel; this likely doesn't + come up much in the real world, but was causing warnings in the test suite. - :release:`3.4.1 <2024-08-11>` - :release:`3.3.2 <2024-08-11>` - :bug:`2419` (fixed in :issue:`2421`) Massage our import of the TripleDES |