diff --git a/Misc/NEWS b/Misc/NEWS index f3834bbf1d5..8c4f4b6f735 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,6 +12,8 @@ What's New in Python 2.5 release candidate 1? Core and builtins ----------------- +- Fix warnings reported by Klocwork's static analysis tool. + - Bug #1512814, Fix incorrect lineno's when code within a function had more than 255 blank lines.