]> granicus.if.org Git - python/commit
Issue #13772: Restored directory detection of targets in `os.symlink` on Windows...
authorJason R. Coombs <jaraco@jaraco.com>
Tue, 28 May 2013 03:21:28 +0000 (23:21 -0400)
committerJason R. Coombs <jaraco@jaraco.com>
Tue, 28 May 2013 03:21:28 +0000 (23:21 -0400)
commit3a09286790c58522195eadc3eaa4a21e8da89ea1
tree493319a3666f3ed24f52759ab425e31da6b832f8
parentdb4e5c53c9a68cbb19a8daca0c454360d1045c6f
Issue #13772: Restored directory detection of targets in `os.symlink` on Windows, which was temporarily removed in Python 3.2.3 due to an incomplete implementation. The implementation now works even if the symlink is created in a location other than the current directory.
Doc/library/os.rst
Lib/test/test_os.py
Misc/NEWS
Modules/posixmodule.c