From: Antoine Pitrou Date: Sun, 12 Dec 2010 20:17:29 +0000 (+0000) Subject: Consistent ordering of availability statements X-Git-Tag: v3.2b2~127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f10f162db95852ab0624f378f15735af3f38b6c9;p=thirdparty%2FPython%2Fcpython.git Consistent ordering of availability statements --- diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index 6dc82b60ea07..522b94cee996 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.