We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
\r
os.linesep
1 parent 76dd0ee commit be9a383Copy full SHA for be9a383
Lib/os.py
@@ -10,7 +10,7 @@
10
- os.extsep is the extension separator (always '.')
11
- os.altsep is the alternate pathname separator (None or '/')
12
- os.pathsep is the component separator used in $PATH etc
13
- - 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')
14
- os.defpath is the default search path for executables
15
- os.devnull is the file path of the null device ('/dev/null', etc.)
16
0 commit comments