]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue18314 ACKS & NEWS
authorTim Golden <mail@timgolden.me.uk>
Mon, 5 May 2014 19:59:50 +0000 (20:59 +0100)
committerTim Golden <mail@timgolden.me.uk>
Mon, 5 May 2014 19:59:50 +0000 (20:59 +0100)
Misc/ACKS
Misc/NEWS

index 827c784e602690fd299d72cafc49802a49c503c8..ff769640c29b164691d01e632b1ff02efb4d27b2 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -470,6 +470,7 @@ Chris Gonnerman
 Shelley Gooch
 David Goodger
 Hans de Graaff
+Kim Gräsman
 Nathaniel Gray
 Eddy De Greef
 Grant Griffin
index 653d8ad3a41992a6f7c2998d7ac7ac6a794256d4..d9897f132d707c3776a89750870cdd1d9ec09e1d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,6 +69,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #18314: Unlink now removes junctions on Windows. Patch by Kim Gräsman
+
 - Issue #21088: Bugfix for curses.window.addch() regression in 3.4.0.
   In porting to Argument Clinic, the first two arguments were reversed.