Thanks to visit codestin.com Credit goes to github.com
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.
1 parent c6ef503 commit bf090e3Copy full SHA for bf090e3
1 file changed
Lib/os.py
@@ -4,9 +4,9 @@
4
- all functions from posix or nt, e.g. unlink, stat, etc.
5
- os.path is either posixpath or ntpath
6
- os.name is either 'posix' or 'nt'
7
- - os.curdir is a string representing the current directory ('.' or ':')
8
- - os.pardir is a string representing the parent directory ('..' or '::')
9
- - os.sep is the (or a most common) pathname separator ('/' or ':' or '\\')
+ - os.curdir is a string representing the current directory (always '.')
+ - os.pardir is a string representing the parent directory (always '..')
+ - os.sep is the (or a most common) pathname separator ('/' or '\\')
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
0 commit comments