From e75631084887c5e3b45229c5633669776fbe5e17 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Mon, 17 Jul 2006 01:00:16 +0000 Subject: [PATCH] Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks static analysis tool. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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.