-
-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Outdated os.linesep docs in os.py #136087
Copy link
Copy link
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dirstdlibStandard Library Python modules in the Lib/ directoryStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Todo
cpython/Lib/os.py
Line 13 in 5334732
Docs claim that
\ris a possible value foros.linesep, however, I can't find any code that actually sets it to\r.But it can only be:
cpython/Lib/os.py
Lines 52 to 54 in 5334732
cpython/Lib/os.py
Lines 76 to 78 in 5334732
Docs:
The internet says:
So, it looks like an outdated doc?
Linked PRs
\rfrom documentedos.linesepvalues #136088\rfrom documentedos.linesepvalues (GH-136088) #136111\rfrom documentedos.linesepvalues (GH-136088) #136112