]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backed out changeset: 4b97092aa4bd
authorTim Golden <mail@timgolden.me.uk>
Sun, 27 Apr 2014 17:35:51 +0000 (18:35 +0100)
committerTim Golden <mail@timgolden.me.uk>
Sun, 27 Apr 2014 17:35:51 +0000 (18:35 +0100)
Misc/NEWS

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