There was an error while loading. Please reload this page.
\r
os.linesep
1 parent fb9f933 commit 980a568Copy full SHA for 980a568
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