diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2022-03-11 22:33:28 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2022-03-11 22:33:28 -0500 |
commit | e50e19f7d26665fd60f143320cce2e9c03f27c80 (patch) | |
tree | 95f83f9a9ee9fa3a5aa2aa6b5dbcc3cdf17e0e99 /sites | |
parent | 02ad67eaec68bacc18838158b902ccaade8f5dc8 (diff) |
Fix up changelog entry with real links
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 389c70fb..40b039ce 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -11,7 +11,8 @@ Changelog - :bug:`892 major` Significantly speed up low-level read/write actions on `~paramiko.sftp_file.SFTPFile` objects by using `bytearray`/`memoryview`. This is unlikely to change anything for users of the higher level methods - like ``SFTPClient.get`` or ``SFTPClient.getfo``, but users of + like `SFTPClient.get <paramiko.sftp_client.SFTPClient.get>` or + `SFTPClient.getfo <paramiko.sftp_client.SFTPClient.getfo>`, but users of `SFTPClient.open <paramiko.sftp_client.SFTPClient.open>` will likely see orders of magnitude improvements for files larger than a few megabytes in size. |