From: Tim Golden Date: Mon, 5 May 2014 19:59:50 +0000 (+0100) Subject: Issue18314 ACKS & NEWS X-Git-Tag: v3.5.0a1~1732 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c9f480e9ca033e2fd1632aa4c9e9ce5bb098304;p=thirdparty%2FPython%2Fcpython.git Issue18314 ACKS & NEWS --- diff --git a/Misc/ACKS b/Misc/ACKS index 827c784e6026..ff769640c29b 100644 --- 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 diff --git a/Misc/NEWS b/Misc/NEWS index 653d8ad3a419..d9897f132d70 100644 --- 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.