diff options
author | Ned Deily <nad@acm.org> | 2014-06-27 06:40:06 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-06-27 06:40:06 (GMT) |
commit | 5c867018f0a152ce785d2dbd475648914b1cb2ce (patch) | |
tree | 4f4f21d9ad2dde48738fd88b9c63afe375b827fa /Doc/library | |
parent | 1791c224dd87ba86236c399c2c8ea916635981c2 (diff) | |
download | cpython-5c867018f0a152ce785d2dbd475648914b1cb2ce.zip cpython-5c867018f0a152ce785d2dbd475648914b1cb2ce.tar.gz cpython-5c867018f0a152ce785d2dbd475648914b1cb2ce.tar.bz2 |
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
Diffstat (limited to 'Doc/library')
-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 414c09e..36dfc89 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:: @@ -1891,12 +1891,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` - .. note:: The exact meaning and resolution of the :attr:`st_atime`, |