diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 21:04:08 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 21:04:08 -0800 |
commit | dd66e4d50543ed44aac8868bd5c15187c9044275 (patch) | |
tree | 6c16e26e8146b6705e42417d2b7d3d409e26bd4b /sites/www | |
parent | c08d7901f73e610708b43efd4804202d976dedcd (diff) | |
parent | b139524296f2c6ef7f2584568c5a0cd600baae39 (diff) |
Merge branch '2.0' into 2.1
Diffstat (limited to 'sites/www')
-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 957bf5ef..1f7fa62c 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. |