summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2021-11-28 21:26:14 -0500
committerJeff Forcier <jeff@bitprophet.org>2021-11-28 21:26:14 -0500
commitd01691cb72c7b9479b844e1eb3ae00ef76c0ccea (patch)
treee4fab3e42f8e5f03fcf285eedd3b0e38896dc8bf
parent4081c783e62966e35ec7c4a18e8b7cf508d07e9f (diff)
downloadparamiko-d01691cb72c7b9479b844e1eb3ae00ef76c0ccea.tar.gz
Changelog format fix 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 0bcc539d..352d9bcc 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,7 +2,7 @@
Changelog
=========
-* :bug:`985` (via :issue:`992`) Fix listdir failure when server uses a locale.
+- :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```. Patch courtesy of Martin Packman.