diff options
author | Martin Packman <gzlist@googlemail.com> | 2017-06-11 16:45:03 +0100 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-11-28 20:24:18 -0500 |
commit | 854583de6554d86a7333956a75dce562acbbc2ee (patch) | |
tree | 868bf497f0e85d21917e099daf5fa32f6d7beed0 /sites | |
parent | ba8c57f54d359de89920c1dbb7355ec2cbd5ed3a (diff) |
Add changelog entry for #992
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 38a29606..998147a0 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ 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```. - :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. |