[Python-checkins] r82757 - in python/branches/py3k/Doc/library: os.path.rst os.rst

georg.brandl python-checkins at python.org
Sat Jul 10 10:58:37 CEST 2010


Author: georg.brandl
Date: Sat Jul 10 10:58:37 2010
New Revision: 82757

Log:
Fix markup.

Modified:
   python/branches/py3k/Doc/library/os.path.rst
   python/branches/py3k/Doc/library/os.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	Sat Jul 10 10:58:37 2010
@@ -241,7 +241,8 @@
 
    Availability: Windows, Unix.
 
-   .. versionchanged:: 3.2 Added Windows support
+   .. versionchanged:: 3.2
+      Added Windows support.
 
 
 .. function:: sameopenfile(fp1, fp2)

Modified: python/branches/py3k/Doc/library/os.rst
==============================================================================
--- python/branches/py3k/Doc/library/os.rst	(original)
+++ python/branches/py3k/Doc/library/os.rst	Sat Jul 10 10:58:37 2010
@@ -1066,7 +1066,8 @@
    Like :func:`stat`, but do not follow symbolic links.  This is an alias for
    :func:`stat` on platforms that do not support symbolic links.
 
-   .. versionchanged:: 3.2 Added support for Windows 6.0 (Vista)
+   .. versionchanged:: 3.2
+      Added support for Windows 6.0 (Vista) symbolic links.
 
 
 .. function:: mkfifo(path[, mode])
@@ -1184,7 +1185,8 @@
 
    Availability: Unix, Windows
 
-   .. versionchanged:: 3.2 Added support for Windows 6.0 (Vista)
+   .. versionchanged:: 3.2
+      Added support for Windows 6.0 (Vista) symbolic links.
 
 
 .. function:: remove(path)
@@ -1365,7 +1367,8 @@
 
    Availability:  Unix, Windows
 
-   .. versionchanged:: 3.2 Added support for Windows 6.0 (Vista)
+   .. versionchanged:: 3.2
+      Added support for Windows 6.0 (Vista) symbolic links.
 
 
 .. function:: unlink(path)


More information about the Python-checkins mailing list