From f10f162db95852ab0624f378f15735af3f38b6c9 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 12 Dec 2010 20:17:29 +0000 Subject: [PATCH] Consistent ordering of availability statements --- Doc/library/os.path.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 6dc82b60ea0..522b94cee99 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -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.