<
10000
div class="prc-PageLayout-PageLayoutContent-jzDMn">
File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -2263,7 +2263,13 @@ features:
2263
2263
2264
2264
.. attribute :: st_ino
2265
2265
2266
- Inode number.
2266
+ Platform dependent, but if non-zero, uniquely identifies the
2267
+ file for a given value of ``st_dev ``. Typically:
2268
+
2269
+ * the inode number on Unix,
2270
+ * the `file index
2271
+ <https://msdn.microsoft.com/en-us/library/aa363788> `_ on
2272
+ Windows
2267
2273
2268
2274
.. attribute :: st_dev
2269
2275
@@ -2416,6 +2422,10 @@ features:
2416
2422
.. versionadded :: 3.5
2417
2423
Added the :attr: `st_file_attributes ` member on Windows.
2418
2424
2425
+ .. versionchanged :: 3.5
2426
+ Windows now returns the file index as :attr: `st_ino ` when
2427
+ available.
2428
+
2419
2429
2420
2430
.. function :: stat_float_times([newvalue])
2421
2431
318E
0 commit comments