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

str.lines() docstring: clarify that line endings are not returned #105824

Merged
merged 1 commit into from
Dec 22, 2022

Commits on Dec 17, 2022

  1. str.lines() docstring: clarify that line endings are not returned

    Previously, the str.lines() docstring stated that lines are split at line
    endings, but not whether those were returned or not.  This new version of the
    docstring states this explicitly, avoiding the need of getting to doctests to
    get an answer to this FAQ.
    zacchiro authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    7f94389 View commit details
    Browse the repository at this point in the history