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

Skip to content

Commit 5c86701

Browse files
committed
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
1 parent 1791c22 commit 5c86701

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

Doc/library/os.rst

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Notes on the availability of these functions:
5353
.. data:: name
5454

5555
The name of the operating system dependent module imported. The following
56-
names have currently been registered: ``'posix'``, ``'nt'``, ``'mac'``,
56+
names have currently been registered: ``'posix'``, ``'nt'``,
5757
``'ce'``, ``'java'``.
5858

5959
.. seealso::
@@ -1891,12 +1891,6 @@ features:
18911891
* :attr:`st_gen` - file generation number
18921892
* :attr:`st_birthtime` - time of file creation
18931893

1894-
On Mac OS systems, the following attributes may also be available:
1895-
1896-
* :attr:`st_rsize`
1897-
* :attr:`st_creator`
1898-
* :attr:`st_type`
1899-
19001894
.. note::
19011895

19021896
The exact meaning and resolution of the :attr:`st_atime`,

Lib/os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
r"""OS routines for Mac, NT, or Posix depending on what system we're on.
1+
r"""OS routines for NT or Posix depending on what system we're on.
22
33
This exports:
44
- all functions from posix, nt or ce, e.g. unlink, stat, etc.

0 commit comments

Comments
 (0)