diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-07-17 01:00:16 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-07-17 01:00:16 (GMT) |
commit | e75631084887c5e3b45229c5633669776fbe5e17 (patch) | |
tree | c4beea1b848128e307fdd5f681d1d438ebd43140 | |
parent | a5e4f22bfb552c2d7a384b651f04666a2a6b87d1 (diff) | |
download | cpython-e75631084887c5e3b45229c5633669776fbe5e17.zip cpython-e75631084887c5e3b45229c5633669776fbe5e17.tar.gz cpython-e75631084887c5e3b45229c5633669776fbe5e17.tar.bz2 |
Add NEWS entry for a bunch of fixes due to warnings produced by Klocworks static analysis tool.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |