whatsnew: os.path.samestat on windows, keyword defaults evaluation order.

This commit is contained in:
R David Murray 2014-02-12 00:02:34 -05:00
parent db2d8a4ca5
commit 2167e29d31
2 changed files with 11 additions and 3 deletions

View file

@ -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.