[Python-checkins] r87194 - python/branches/py3k/Doc/library/os.path.rst

antoine.pitrou python-checkins at python.org
Sun Dec 12 21:17:29 CET 2010


Author: antoine.pitrou
Date: Sun Dec 12 21:17:29 2010
New Revision: 87194

Log:
Consistent ordering of availability statements



Modified:
   python/branches/py3k/Doc/library/os.path.rst

Modified: python/branches/py3k/Doc/library/os.path.rst
==============================================================================
--- python/branches/py3k/Doc/library/os.path.rst	(original)
+++ python/branches/py3k/Doc/library/os.path.rst	Sun Dec 12 21:17:29 2010
@@ -228,7 +228,7 @@
 
    *start* defaults to :attr:`os.curdir`.
 
-   Availability:  Windows, Unix.
+   Availability: Unix, Windows.
 
 
 .. function:: samefile(path1, path2)
@@ -241,7 +241,7 @@
    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.


More information about the Python-checkins mailing list