From b382337ed672b06e1f48ff3ba0c3d0173cedb037 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 10 Jul 2010 08:58:37 +0000 Subject: [PATCH] Fix markup. --- Doc/library/os.path.rst | 3 ++- Doc/library/os.rst | 9 ++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst index b7d1a0ae740a..819bea9bbbf6 100644 --- a/Doc/library/os.path.rst +++ b/Doc/library/os.path.rst @@ -241,7 +241,8 @@ applications should use string objects to access all files. Availability: Windows, Unix. - .. versionchanged:: 3.2 Added Windows support + .. versionchanged:: 3.2 + Added Windows support. .. function:: sameopenfile(fp1, fp2) diff --git a/Doc/library/os.rst b/Doc/library/os.rst index c2623149457e..b4724b666c78 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -1066,7 +1066,8 @@ Files and Directories 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 @@ Files and Directories 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 @@ Files and Directories 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) -- 2.47.3