]> granicus.if.org Git - python/commitdiff
Issue #12285: Update NEWS
authorJason R. Coombs <jaraco@jaraco.com>
Fri, 2 Sep 2016 01:12:17 +0000 (21:12 -0400)
committerJason R. Coombs <jaraco@jaraco.com>
Fri, 2 Sep 2016 01:12:17 +0000 (21:12 -0400)
Misc/NEWS

index aad29d98a6a5c9bda0da172a95d984168642f17a..d2727622500caa142d0ea8e4db2d1648d6a06004 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
 Library
 -------
 
+- Issue #12285: Fix error when distutils encounters symlink.
+
 - In the curses module, raise an error if window.getstr() or window.instr() is
   passed a negative value.