summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-02 13:12:39 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-02 13:12:39 -0800
commitf3649c0d7d9d6d46269c5ad05ef88383cf50180f (patch)
treecf9fd057abf0803f7a4f04d732c11130da312b4b
parentf6135f43d49c3903f9538f57191c2c381e86f689 (diff)
Changelog closes #366
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 5dc877c4..831d425b 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,9 @@
Changelog
=========
+* :bug:`366` Fix `~paramiko.sftp_attributes.SFTPAttributes` so its string
+ representation doesn't raise exceptions on empty/initialized instances. Patch
+ by Ulrich Petri.
* :bug:`359` Use correct attribute name when trying to use Python 3's
``int.bit_length`` method; prior to fix, the Python 2 custom fallback
implementation was always used, even on Python 3. Thanks to Alex Gaynor.