From: Tim Golden Date: Sun, 27 Apr 2014 17:35:51 +0000 (+0100) Subject: Backed out changeset: 4b97092aa4bd X-Git-Tag: v3.5.0a1~1786 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5707ff192555de2debd7d9832118b995a08f8f9b;p=thirdparty%2FPython%2Fcpython.git Backed out changeset: 4b97092aa4bd --- diff --git a/Misc/NEWS b/Misc/NEWS index b7541f46da22..957da26c3b97 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -57,9 +57,6 @@ 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.