]> granicus.if.org Git - python/commitdiff
Dedent a paragraph that was accidentally aligned with a preceding
authorGuido van Rossum <guido@python.org>
Tue, 31 Dec 2002 02:12:42 +0000 (02:12 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 31 Dec 2002 02:12:42 +0000 (02:12 +0000)
nested list.

Misc/NEWS

index 5ee5c538b1fa44f54d5ec6d313ebd463be65e3e0..de90058076b559110853828a65d29b2ea5c660a1 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,14 +155,14 @@ Core and builtins
       show signed values (e.g. hex(-1) currently returns "0xffffffff";
       in Python 2.4 it will return "-0x1").
 
-    - The bits manipulated under the cover by sys.setcheckinterval() have
-      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 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.
+- The bits manipulated under the cover by sys.setcheckinterval() have
+  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 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