diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-09-05 21:42:24 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-09-05 21:42:24 (GMT) |
commit | 7165af23e67d81607ee6dd3191a79001e7a8a4e0 (patch) | |
tree | cacefb88fac929c34a764d258a69ef178c304720 /Misc | |
parent | bb9c5f5032fb3ab46760566d1129562f44c07e89 (diff) | |
download | cpython-7165af23e67d81607ee6dd3191a79001e7a8a4e0.zip cpython-7165af23e67d81607ee6dd3191a79001e7a8a4e0.tar.gz cpython-7165af23e67d81607ee6dd3191a79001e7a8a4e0.tar.bz2 |
Added "that" to correct grammar, the rest is due to wrapping
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |