From 4e414f66fd8ddd5ed5ad0089f5bf3ac92b717fdc Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 7 Aug 2003 05:27:42 +0000 Subject: Fix wording of cache announcement. --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index cc3dcd8..ba37cbf 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 ---- -- cgit v0.12