diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 13:51:32 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 13:51:32 -0700 |
commit | 35e75f7dba78ca93065eb138e746863892258a2a (patch) | |
tree | 0ea371e79195e757e9092e725c553741ea31c44a /sites/www/changelog.rst | |
parent | bf5f4fe7ff90c9ad41569dde8ae38241ac89f73d (diff) | |
parent | 22439d24a7a304cf6f9e2f97b934000f5908664e (diff) |
Merge branch '2.0' into 2.1
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index e9adee21..ec547b58 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :bug:`971 (1.17+)` Allow any type implementing the buffer API to be used with + `BufferedFile <paramiko.file.BufferedFile>`, `Channel + <paramiko.channel.Channel>`, and `SFTPFile <paramiko.sftp_file.SFTPFile>`. + This resolves a regression introduced in 1.13 with the Python 3 porting + changes, when using types such as ``memoryview``. Credit: Martin Packman. * :bug:`741` (also :issue:`809`, :issue:`772`; all via :issue:`912`) Writing encrypted/password-protected private key files was silently broken since 2.0 due to an incorrect API call; this has been fixed. |