https://hg.python.org/cpython/rev/13619a3e0737 changeset: 102996:13619a3e0737 branch: 3.4 user: Jason R. Coombs <jaraco at jaraco.com> date: Thu Sep 01 21:12:17 2016 -0400 summary: Issue #12285: Update NEWS files: Misc/NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -13,6 +13,8 @@ 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. -- Repository URL: https://hg.python.org/cpython