This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: add documentation for decoding newlines in the `io` module
Type: Stage: patch review
Components: Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: guoci
Priority: normal Keywords: patch

Created on 2021-12-30 21:23 by guoci, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 30308 open guoci, 2021-12-30 21:25
Messages (1)
msg409388 - (view) Author: Guo Ci Teo (guoci) * Date: 2021-12-30 21:23
add documentation for
`io.IncrementalNewlineDecoder`
`io.TextIOWrapper`
`io.StringIO`,
listing various ways to decode newlines
History
Date User Action Args
2022-04-11 14:59:54adminsetgithub: 90367
2021-12-30 21:25:04guocisetkeywords: + patch
stage: patch review
pull_requests: + pull_request28521
2021-12-30 21:23:58guocicreate