mirror of https://github.com/python/cpython.git
Consistent ordering of availability statements
This commit is contained in:
parent
e72b586b02
commit
f10f162db9
|
@ -228,7 +228,7 @@ applications should use string objects to access all files.
|
|||
|
||||
*start* defaults to :attr:`os.curdir`.
|
||||
|
||||
Availability: Windows, Unix.
|
||||
Availability: Unix, Windows.
|
||||
|
||||
|
||||
.. function:: samefile(path1, path2)
|
||||
|
@ -241,7 +241,7 @@ applications should use string objects to access all files.
|
|||
name using the Windows API call GetFinalPathNameByHandle. This function
|
||||
raises an exception if handles cannot be obtained to either file.
|
||||
|
||||
Availability: Windows, Unix.
|
||||
Availability: Unix, Windows.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
Added Windows support.
|
||||
|
|
Loading…
Reference in New Issue