Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
e1d24f7e
Commit
e1d24f7e
authored
Jul 24, 2014
by
Victor Stinner
Browse files
Options
Browse Files
Download
Plain Diff
Issue #21813: Enhance documentation of the os.stat_result class.
parents
24ad98b9
992019c0
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
191 additions
and
81 deletions
+191
-81
Doc/library/os.rst
Doc/library/os.rst
+189
-76
Doc/whatsnew/3.5.rst
Doc/whatsnew/3.5.rst
+2
-5
No files found.
Doc/library/os.rst
View file @
e1d24f7e
This diff is collapsed.
Click to expand it.
Doc/whatsnew/3.5.rst
View file @
e1d24f7e
...
...
@@ -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
------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment