diff options
author | Ned Deily <nad@acm.org> | 2014-06-27 06:42:38 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-06-27 06:42:38 (GMT) |
commit | ddb1d82fe607122a81dd3421f519226843f84f3f (patch) | |
tree | d54a8db4aab7e0a996e1c3a62d787e28c739b84f /Doc/library/os.rst | |
parent | 3cbae68de68ecdc5ab9f11836b50b8307768c11c (diff) | |
parent | 5c867018f0a152ce785d2dbd475648914b1cb2ce (diff) | |
download | cpython-ddb1d82fe607122a81dd3421f519226843f84f3f.zip cpython-ddb1d82fe607122a81dd3421f519226843f84f3f.tar.gz cpython-ddb1d82fe607122a81dd3421f519226843f84f3f.tar.bz2 |
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 7575b3d..9752fb3 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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 |