We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
\r
os.linesep
1 parent f0e5b81 commit 322fdafCopy full SHA for 322fdaf
1 file changed
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