summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Packman <gzlist@googlemail.com>2017-06-11 16:45:03 +0100
committerJeff Forcier <jeff@bitprophet.org>2021-11-28 20:24:18 -0500
commit854583de6554d86a7333956a75dce562acbbc2ee (patch)
tree868bf497f0e85d21917e099daf5fa32f6d7beed0
parentba8c57f54d359de89920c1dbb7355ec2cbd5ed3a (diff)
downloadparamiko-854583de6554d86a7333956a75dce562acbbc2ee.tar.gz
Add changelog entry for #992
-rw-r--r--sites/www/changelog.rst4
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.