diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-01-16 21:59:10 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-01-16 21:59:10 -0500 |
commit | a4157b42306a1af2315818841785569fd7a4d6e4 (patch) | |
tree | fb5975b34226969690be9a9434ee02c3e6f49694 /sites | |
parent | adbe1fbec4a01e497be5cffcfe3f1ad188c98bfc (diff) |
Changelog re #2165
Diffstat (limited to 'sites')
-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 162d01bf..258fe1f8 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +- :bug:`2165 major` Streamline some redundant (and costly) byte conversion + calls in the packetizer and the core SFTP module. This should lead to some + SFTP speedups at the very least. Thanks to Alex Gaynor for the patch. - :support:`-` ``paramiko.util.retry_on_signal`` (and any internal uses of same, and also any internal retries of ``EINTR`` on eg socket operations) has been removed. As of Python 3.5, per `PEP 475 |