summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-11-28 20:23:44 -0500
committerJeff Forcier <jeff@bitprophet.org>2021-11-28 20:24:18 -0500
commit4081c783e62966e35ec7c4a18e8b7cf508d07e9f (patch)
treeaafd5b8791f42369defa9417cb2674fa68fc21ee
parent81f49ed4fcd46685002d4dd8b299a6c8fb3b2367 (diff)
downloadparamiko-4081c783e62966e35ec7c4a18e8b7cf508d07e9f.tar.gz
Credit re #992
-rw-r--r--sites/www/changelog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 998147a0..0bcc539d 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -5,7 +5,7 @@ Changelog
* :bug:`985` (via :issue:`992`) Fix listdir failure when server uses a locale.
Now on Python 2.7 `SFTPAttributes <paramiko.sftp_attr.SFTPAttributes>` will
decode abbreviated month names correctly rather than raise
- ``UnicodeDecodeError```.
+ ``UnicodeDecodeError```. Patch courtesy of Martin Packman.
- :bug:`1024` Deleting items from `~paramiko.hostkeys.HostKeys` would
incorrectly raise `KeyError` even for valid keys, due to a logic bug. This
has been fixed. Report & patch credit: Jia Zhang.