From: Neal Norwitz Date: Thu, 5 Sep 2002 21:42:24 +0000 (+0000) Subject: Added "that" to correct grammar, the rest is due to wrapping X-Git-Tag: v2.3c1~4205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7165af23e67d81607ee6dd3191a79001e7a8a4e0;p=python Added "that" to correct grammar, the rest is due to wrapping --- diff --git a/Misc/NEWS b/Misc/NEWS index ba9204b3f4..f638e50e92 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -99,10 +99,10 @@ Core and builtins been changed. Both the check interval and the ticker used to be per-thread values. They are now just a pair of global variables. In addition, the default check interval was boosted from 10 to 100 - bytecode instructions. This may have some effect on systems relied on - the old default value. In particular, in multi-threaded applications - which try to be highly responsive, response time will increase by some - (perhaps imperceptible) amount. + bytecode instructions. This may have some effect on systems that + relied on the old default value. In particular, in multi-threaded + applications which try to be highly responsive, response time will + increase by some (perhaps imperceptible) amount. - When multiplying very large integers, a version of the so-called Karatsuba algorithm is now used. This is most effective if the