* :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`,