Commit f10f162d authored by Antoine Pitrou's avatar Antoine Pitrou

Consistent ordering of availability statements

parent e72b586b
...@@ -228,7 +228,7 @@ applications should use string objects to access all files. ...@@ -228,7 +228,7 @@ applications should use string objects to access all files.
*start* defaults to :attr:`os.curdir`. *start* defaults to :attr:`os.curdir`.
Availability: Windows, Unix. Availability: Unix, Windows.
.. function:: samefile(path1, path2) .. function:: samefile(path1, path2)
...@@ -241,7 +241,7 @@ applications should use string objects to access all files. ...@@ -241,7 +241,7 @@ applications should use string objects to access all files.
name using the Windows API call GetFinalPathNameByHandle. This function name using the Windows API call GetFinalPathNameByHandle. This function
raises an exception if handles cannot be obtained to either file. raises an exception if handles cannot be obtained to either file.
Availability: Windows, Unix. Availability: Unix, Windows.
.. versionchanged:: 3.2 .. versionchanged:: 3.2
Added Windows support. Added Windows support.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment