diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 16:00:58 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 16:00:58 -0800 |
commit | fc59b7db5d995d03cc502be906f6fab8e948228c (patch) | |
tree | 583b06079609f45e188b7f77314af7e61898b639 /sites/www | |
parent | b2f45f90350b46e69ebb677cb040b916c95fbc34 (diff) |
Changelog closes #428
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index b65ecd42..99c28fbd 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,10 @@ Changelog ========= +* :bug:`428` Fix an issue in `~paramiko.file.BufferedFile` (primarily used in + the SFTP modules) concerning incorrect behavior by + `~paramiko.file.BufferedFile.readlines` on files whose size exceeds the + buffer size. Thanks to ``@achapp`` for catch & patch. * :support:`422` Clean up some unused imports. Courtesy of Olle Lundberg. * :bug:`266` Change numbering of `~paramiko.transport.Transport` channels to start at 0 instead of 1 for better compatibility with OpenSSH & certain |