Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs #107933

Merged
merged 6 commits into from
Aug 22, 2023

Commits on Aug 14, 2023

  1. pythongh-107801: Improve the accuracy of io.TextIOWrapper.seek docs

    Clearly document the supported seek() operations:
    
    - Rewind to the start of the stream
    - Restore a previous strema position (given by tell())
    - Fast-forward to the end of the stream
    erlend-aasland committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    89607fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe7e7e5 View commit details
    Browse the repository at this point in the history
  3. Sphinx syntax

    erlend-aasland committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    b718c67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb86f3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56d196b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Pull in main

    erlend-aasland committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    729a118 View commit details
    Browse the repository at this point in the history