Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
312ee63f
Commit
312ee63f
authored
Oct 01, 2016
by
Ned Deily
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #28324: Remove vestigal MacOS 9 references in os.py docstring.
Patch by Chi Hsuan Yen.
parent
665798e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Lib/os.py
Lib/os.py
+3
-3
No files found.
Lib/os.py
View file @
312ee63f
...
@@ -4,9 +4,9 @@ This exports:
...
@@ -4,9 +4,9 @@ This exports:
- all functions from posix or nt, e.g. unlink, stat, etc.
- all functions from posix or nt, e.g. unlink, stat, etc.
- os.path is either posixpath or ntpath
- os.path is either posixpath or ntpath
- os.name is either 'posix' or 'nt'
- os.name is either 'posix' or 'nt'
- os.curdir is a string representing the current directory (
'.' or ':
')
- os.curdir is a string representing the current directory (
always '.
')
- os.pardir is a string representing the parent directory (
'..' or '::
')
- os.pardir is a string representing the parent directory (
always '..
')
- os.sep is the (or a most common) pathname separator ('/' or '
:' or '
\\')
- os.sep is the (or a most common) pathname separator ('/' or '\\')
- os.extsep is the extension separator (always '.')
- os.extsep is the extension separator (always '.')
- os.altsep is the alternate pathname separator (None or '/')
- os.altsep is the alternate pathname separator (None or '/')
- os.pathsep is the component separator used in $PATH etc
- os.pathsep is the component separator used in $PATH etc
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment