mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +00:00
whatsnew: os.path.samestat on windows, keyword defaults evaluation order.
This commit is contained in:
parent
db2d8a4ca5
commit
2167e29d31
2 changed files with 11 additions and 3 deletions
|
@ -251,7 +251,7 @@ the :mod:`glob` module.)
|
|||
.. function:: samefile(path1, path2)
|
||||
|
||||
Return ``True`` if both pathname arguments refer to the same file or directory.
|
||||
On Unix, this is determined by the device number and i-node number and raises an
|
||||
This is determined by the device number and i-node number and raises an
|
||||
exception if a :func:`os.stat` call on either pathname fails.
|
||||
|
||||
Availability: Unix, Windows.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue