From: Neal Norwitz Date: Mon, 17 Jul 2006 01:00:16 +0000 (+0000) Subject: Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks static... X-Git-Tag: v2.5b3~231 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e75631084887c5e3b45229c5633669776fbe5e17;p=python Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks static analysis tool. --- diff --git a/Misc/NEWS b/Misc/NEWS index f3834bbf1d..8c4f4b6f73 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.