commit | 9614868ecef2a664b2ab1fc60e2562c18f4b5e7b | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Wed Sep 06 20:40:22 2006 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Wed Sep 06 20:40:22 2006 +0000 |
tree | 06e26cd568ed9bf4baf367d3f13803727fc2b73a | |
parent | 4e933137af2e880b53afe5396101c44846dec9bd [diff] [blame] |
Add news item for bug fix of SF bug report #1546372.
diff --git a/Misc/NEWS b/Misc/NEWS index 172d087..71641af 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -81,6 +81,13 @@ to a newly created list object and add notes that this isn't a good idea. +Tools +----- + +- Bug #1546372: Fixed small bugglet in pybench that caused a missing + file not to get reported properly. + + Build -----