Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be00a55 commit 3e51a3dCopy full SHA for 3e51a3d
1 file changed
Doc/library/os.rst
@@ -2378,7 +2378,13 @@ features:
2378
2379
.. attribute:: st_ino
2380
2381
- Inode number.
+ Platform dependent, but if non-zero, uniquely identifies the
2382
+ file for a given value of ``st_dev``. Typically:
2383
+
2384
+ * the inode number on Unix,
2385
+ * the `file index
2386
+ <https://msdn.microsoft.com/en-us/library/aa363788>`_ on
2387
+ Windows
2388
2389
.. attribute:: st_dev
2390
@@ -2537,6 +2543,10 @@ features:
2537
2543
.. versionadded:: 3.5
2538
2544
Added the :attr:`st_file_attributes` member on Windows.
2539
2545
2546
+ .. versionchanged:: 3.5
2547
+ Windows now returns the file index as :attr:`st_ino` when
2548
+ available.
2549
2540
2550
.. versionadded:: 3.7
2541
2551
Added the :attr:`st_fstype` member to Solaris/derivatives.
2542
2552
0 commit comments