Commit b382337e authored by Georg Brandl's avatar Georg Brandl

Fix markup.

parent 61c061a8
...@@ -241,7 +241,8 @@ applications should use string objects to access all files. ...@@ -241,7 +241,8 @@ applications should use string objects to access all files.
Availability: Windows, Unix. Availability: Windows, Unix.
.. versionchanged:: 3.2 Added Windows support .. versionchanged:: 3.2
Added Windows support.
.. function:: sameopenfile(fp1, fp2) .. function:: sameopenfile(fp1, fp2)
......
...@@ -1066,7 +1066,8 @@ Files and Directories ...@@ -1066,7 +1066,8 @@ Files and Directories
Like :func:`stat`, but do not follow symbolic links. This is an alias for Like :func:`stat`, but do not follow symbolic links. This is an alias for
:func:`stat` on platforms that do not support symbolic links. :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]) .. function:: mkfifo(path[, mode])
...@@ -1184,7 +1185,8 @@ Files and Directories ...@@ -1184,7 +1185,8 @@ Files and Directories
Availability: Unix, Windows 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) .. function:: remove(path)
...@@ -1365,7 +1367,8 @@ Files and Directories ...@@ -1365,7 +1367,8 @@ Files and Directories
Availability: Unix, Windows 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) .. function:: unlink(path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment