From: Marc-André Lemburg Date: Wed, 6 Sep 2006 20:40:22 +0000 (+0000) Subject: Add news item for bug fix of SF bug report #1546372. X-Git-Tag: v2.6a1~2689 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9614868ecef2a664b2ab1fc60e2562c18f4b5e7b;p=python Add news item for bug fix of SF bug report #1546372. --- diff --git a/Misc/NEWS b/Misc/NEWS index 172d087bdd..71641afab4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -81,6 +81,13 @@ Documentation 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 -----