Commit ddb1d82f authored by Ned Deily's avatar Ned Deily

Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.

parents 3cbae68d 5c867018
......@@ -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
......
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment