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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e75631084887c5e3b45229c5633669776fbe5e17;p=thirdparty%2FPython%2Fcpython.git 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 f3834bbf1d5f..8c4f4b6f7352 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.