Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks static analysis tool.

This commit is contained in:
Neal Norwitz 2006-07-17 01:00:16 +00:00
parent a5e4f22bfb
commit e756310848
1 changed files with 2 additions and 0 deletions

View File

@ -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.