Adding versionchanged to the various Windows os.symlink additions, along
with a few minor touchups.
diff --git a/Doc/library/os.path.rst b/Doc/library/os.path.rst
index 7fcb2a9..b7d1a0a 100644
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -236,11 +236,13 @@
    exception if a :func:`os.stat` call on either pathname fails.
 
    On Windows, two files are the same if they resolve to the same final path
-   name using the Windows API call GetFinalPathNameByHandle and this function
+   name using the Windows API call GetFinalPathNameByHandle. This function
    raises an exception if handles cannot be obtained to either file.
 
    Availability: Windows, Unix.
 
+   .. versionchanged:: 3.2 Added Windows support
+
 
 .. function:: sameopenfile(fp1, fp2)