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
ddb1d82f
Commit
ddb1d82f
authored
Jun 26, 2014
by
Ned Deily
Browse files
Options
Browse Files
Download
Plain Diff
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
parents
3cbae68d
5c867018
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
8 deletions
+2
-8
Doc/library/os.rst
Doc/library/os.rst
+1
-7
Lib/os.py
Lib/os.py
+1
-1
No files found.
Doc/library/os.rst
View file @
ddb1d82f
...
...
@@ -53,7 +53,7 @@ Notes on the availability of these functions:
.. data:: name
The name of the operating system dependent module imported. The following
names have currently been registered: ``'posix'``, ``'nt'``,
``'mac'``,
names have currently been registered: ``'posix'``, ``'nt'``,
``'ce'``, ``'java'``.
.. seealso::
...
...
@@ -1899,12 +1899,6 @@ features:
* :attr:`st_gen` - file generation number
* :attr:`st_birthtime` - time of file creation
On Mac OS systems, the following attributes may also be available:
* :attr:`st_rsize`
* :attr:`st_creator`
* :attr:`st_type`
On Windows systems, the following attribute is also available:
* :attr:`st_file_attributes` - Windows file attribute bits (see the
...
...
Lib/os.py
View file @
ddb1d82f
r"""OS routines for
Mac, NT,
or Posix depending on what system we're on.
r"""OS routines for
NT
or Posix depending on what system we're on.
This exports:
- all functions from posix, nt or ce, e.g. unlink, stat, 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