diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 13:53:43 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 13:53:43 -0700 |
commit | 38d9f5da2e41f63b8a2c54b3a9b603489dc624e3 (patch) | |
tree | 312c5c873f03f1d0dd4ea4895c6d90955aa4de81 /sites | |
parent | c11ec97a756afcf60058a4214f56c0fdd4f6a587 (diff) | |
parent | 35e75f7dba78ca93065eb138e746863892258a2a (diff) |
Merge branch '2.1'
Diffstat (limited to 'sites')
-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 10ff9f76..4bb1ec1b 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. |