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

Skip to content

Commit ddb1d82

Browse files
committed
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
2 parents 3cbae68 + 5c86701 commit ddb1d82

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::
@@ -1899,12 +1899,6 @@ features:
18991899
* :attr:`st_gen` - file generation number
19001900
* :attr:`st_birthtime` - time of file creation
19011901

1902-
On Mac OS systems, the following attributes may also be available:
1903-
1904-
* :attr:`st_rsize`
1905-
* :attr:`st_creator`
1906-
* :attr:`st_type`
1907-
19081902
On Windows systems, the following attribute is also available:
19091903

19101904
* :attr:`st_file_attributes` - Windows file attribute bits (see the

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)