]> granicus.if.org Git - python/commitdiff
Issue #18314 Add NEWS item.
authorTim Golden <mail@timgolden.me.uk>
Sun, 27 Apr 2014 17:02:35 +0000 (18:02 +0100)
committerTim Golden <mail@timgolden.me.uk>
Sun, 27 Apr 2014 17:02:35 +0000 (18:02 +0100)
Misc/NEWS

index 957da26c3b974c551c0a38ee0da5155c462d92cc..b7541f46da22aedd6b80e0f73e7af0765f4ee247 100644 (file)
--- 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.