From: Jason R. Coombs Date: Fri, 2 Sep 2016 01:12:17 +0000 (-0400) Subject: Issue #12285: Update NEWS X-Git-Tag: v3.4.6rc1~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97eda155f82e6285315af86a02fa99fbe21a9a45;p=thirdparty%2FPython%2Fcpython.git Issue #12285: Update NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index aad29d98a6a5..d2727622500c 100644 --- 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.