From: Ned Deily Date: Fri, 27 Jun 2014 06:42:38 +0000 (-0700) Subject: Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. X-Git-Tag: v3.5.0a1~1394 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ddb1d82fe607122a81dd3421f519226843f84f3f;p=python Issue #21875: Remove vestigial references to Classic Mac OS in os module docs. --- ddb1d82fe607122a81dd3421f519226843f84f3f diff --cc Doc/library/os.rst index 7575b3d258,36dfc89146..9752fb3d1c --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@@ -1899,17 -1891,6 +1899,11 @@@ 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 + ``FILE_ATTRIBUTE_*`` constants in the :mod:`stat` module) + .. note:: The exact meaning and resolution of the :attr:`st_atime`,