diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-27 23:21:28 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-27 23:21:28 -0400 |
| commit | 3a09286790c58522195eadc3eaa4a21e8da89ea1 (patch) | |
| tree | 493319a3666f3ed24f52759ab425e31da6b832f8 /Misc | |
| parent | db4e5c53c9a68cbb19a8daca0c454360d1045c6f (diff) | |
| download | cpython-git-3a09286790c58522195eadc3eaa4a21e8da89ea1.tar.gz | |
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.
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,6 +24,11 @@ Core and Builtins Library ------- +- 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. + - Issue #16986: ElementTree now correctly parses a string input not only when an internal XML encoding is UTF-8 or US-ASCII. |
