Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf090e3

Browse files
committed
Issue #28324: Remove vestigal MacOS 9 references in os.py docstring.
Patch by Chi Hsuan Yen.
1 parent c6ef503 commit bf090e3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Lib/os.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
- all functions from posix or nt, e.g. unlink, stat, etc.
55
- os.path is either posixpath or ntpath
66
- 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 '\\')
7+
- os.curdir is a string representing the current directory (always '.')
8+
- os.pardir is a string representing the parent directory (always '..')
9+
- os.sep is the (or a most common) pathname separator ('/' or '\\')
1010
- os.extsep is the extension separator (always '.')
1111
- os.altsep is the alternate pathname separator (None or '/')
1212
- os.pathsep is the component separator used in $PATH etc

0 commit comments

Comments
 (0)