From: Tim Golden Date: Sun, 27 Apr 2014 17:02:35 +0000 (+0100) Subject: Issue #18314 Add NEWS item. X-Git-Tag: v3.5.0a1~1788 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15efd2b6439d118ad1635d881753a42fed997eb0;p=thirdparty%2FPython%2Fcpython.git Issue #18314 Add NEWS item. --- diff --git a/Misc/NEWS b/Misc/NEWS index 957da26c3b97..b7541f46da22 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.