From: Brett Cannon Date: Thu, 7 Aug 2003 05:27:42 +0000 (+0000) Subject: Fix wording of cache announcement. X-Git-Tag: v2.3.1~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4e414f66fd8ddd5ed5ad0089f5bf3ac92b717fdc;p=thirdparty%2FPython%2Fcpython.git Fix wording of cache announcement. --- diff --git a/Misc/NEWS b/Misc/NEWS index cc3dcd82ea20..ba37cbff39b0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -27,8 +27,8 @@ Library - Bug #782369: fix memory leak in array module. - Caching in _strptime.py has been re-introduced. This leads to a large - performance boost at the cost of being thread-safe from locale changes - while executing time.strptime() . + performance boost at the cost of not being thread-safe from locale + changes while executing time.strptime() . IDLE ----