]> granicus.if.org Git - python/commitdiff
Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks static...
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Jul 2006 01:00:16 +0000 (01:00 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 17 Jul 2006 01:00:16 +0000 (01:00 +0000)
Misc/NEWS

index f3834bbf1d5ff6250b0d21e2127e262c23fa872e..8c4f4b6f7352f3f6aa1d6ae0ca229188eb4fcf7c 100644 (file)
--- 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.