diff options
Diffstat (limited to 'Doc/library/os.rst')
-rw-r--r-- | Doc/library/os.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 5d057f1..f443941 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -64,7 +64,7 @@ module. The name of the operating system dependent module imported. The following names have currently been registered: ``'posix'``, ``'nt'``, ``'mac'``, ``'os2'``, - ``'ce'``, ``'java'``, ``'riscos'``. + ``'ce'``, ``'java'``. .. data:: path @@ -1058,9 +1058,6 @@ Files and Directories On Mac OS systems, the following attributes may also be available: :attr:`st_rsize`, :attr:`st_creator`, :attr:`st_type`. - On RISCOS systems, the following attributes are also available: :attr:`st_ftype` - (file type), :attr:`st_attrs` (attributes), :attr:`st_obtype` (object type). - .. index:: module: stat For backward compatibility, the return value of :func:`stat` is also accessible |