changeset: 102996:13619a3e0737 branch: 3.4 user: Jason R. Coombs date: Thu Sep 01 21:12:17 2016 -0400 files: Misc/NEWS description: Issue #12285: Update NEWS diff -r 56c60b3d06fb -r 13619a3e0737 Misc/NEWS --- a/Misc/NEWS Sat Sep 19 18:12:15 2015 +0200 +++ b/Misc/NEWS Thu Sep 01 21:12:17 2016 -0400 @@ -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.