diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 21:02:12 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 21:04:00 -0800 |
commit | b139524296f2c6ef7f2584568c5a0cd600baae39 (patch) | |
tree | 8195ea0b0f5544482bba92649412de86dd957f5f | |
parent | c0f4238eda90e884d52717ef0cb0abbc0f4ed871 (diff) |
Changelog closes #853
-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 c79ffba8..1ae20a0b 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :bug:`853 (1.17+)` Tweak how `RSAKey.__str__ <paramiko.rsakey.RSAKey>` + behaves so it doesn't cause ``TypeError`` under Python 3. Thanks to Francisco + Couzo for the report. * :bug:`862 (1.17+)` (via :issue:`863`) Avoid test suite exceptions on platforms lacking ``errno.ETIME`` (which seems to be some FreeBSD and some Windows environments.) Thanks to Sofian Brabez. |