Skip to content

Commit

Permalink
Fix up changelog entry with real links
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Mar 12, 2022
1 parent 02ad67e commit e50e19f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sites/www/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e50e19f

Please sign in to comment.