summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e16cdb8..674ae64 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,10 @@ Core and Builtins
Library
-------
+- Issue 9333: os.symlink now available regardless of user privileges.
+ The function now raises OSError on Windows >=6.0 when the user is unable
+ to create symbolic links. XP and 2003 still raise NotImplementedError.
+
- Issue #10783: struct.pack() doesn't encode implicitly unicode to UTF-8
anymore.