Commit e1d24f7e authored by Victor Stinner's avatar Victor Stinner

Issue #21813: Enhance documentation of the os.stat_result class.

parents 24ad98b9 992019c0
This diff is collapsed.
......@@ -185,11 +185,8 @@ ipaddress
os
--
* :class:`os.stat_result` now has a ``st_file_attributes`` field on Windows,
containing the ``dwFileAttributes`` member of the
``BY_HANDLE_FILE_INFORMATION`` structure returned by
``GetFileInformationByHandle()`` (contributed by Ben Hoyt in
:issue:`21719`).
* :class:`os.stat_result` now has a :attr:`~os.stat_result.st_file_attributes`
attribute on Windows (contributed by Ben Hoyt in :issue:`21719`).
shutil
------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment