summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 957da26c3b..b7541f46da 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,9 @@ Core and Builtins
Library
-------
+- Issue #18314: os.unlink now removes junction points on Windows.
+ Kim Gräsman
+
- Issue #19385: Make operations on a closed dbm.dumb database always raise the
same exception.