mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-136087: Remove \r
from documented os.linesep
values (#136088)
This commit is contained in:
parent
fb9f933b8e
commit
980a56843b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ This exports:
|
|||
- os.extsep is the extension separator (always '.')
|
||||
- os.altsep is the alternate pathname separator (None or '/')
|
||||
- os.pathsep is the component separator used in $PATH etc
|
||||
- os.linesep is the line separator in text files ('\r' or '\n' or '\r\n')
|
||||
- os.linesep is the line separator in text files ('\n' or '\r\n')
|
||||
- os.defpath is the default search path for executables
|
||||
- os.devnull is the file path of the null device ('/dev/null', etc.)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue