diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-11-02 13:12:39 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-11-02 13:12:39 -0800 |
commit | f3649c0d7d9d6d46269c5ad05ef88383cf50180f (patch) | |
tree | cf9fd057abf0803f7a4f04d732c11130da312b4b | |
parent | f6135f43d49c3903f9538f57191c2c381e86f689 (diff) |
Changelog closes #366
-rw-r--r-- | sites/www/changelog.rst | 3 |
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. |