commit | 7f87ebbc3f52680c939791f397b9a478edf0c8d4 | [log] [tgz] |
---|---|---|
author | Erlend E. Aasland <erlend@python.org> | Tue Aug 22 09:37:53 2023 +0200 |
committer | GitHub <noreply@github.com> | Tue Aug 22 09:37:53 2023 +0200 |
tree | 146c36de3401852fa5bcf7630cb5ac236ef7b8a1 | |
parent | 58f9c635002673e35a56eeaa122cade7a2b6bae1 [diff] |
gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) Clearly document the supported seek() operations: - Rewind to the start of the stream - Restore a previous stream position (given by tell()) - Fast-forward to the end of the stream