Commit 9a2eda5e authored by Guido van Rossum's avatar Guido van Rossum

Dedent a paragraph that was accidentally aligned with a preceding

nested list.
parent 735950b3
...@@ -155,14 +155,14 @@ Core and builtins ...@@ -155,14 +155,14 @@ Core and builtins
show signed values (e.g. hex(-1) currently returns "0xffffffff"; show signed values (e.g. hex(-1) currently returns "0xffffffff";
in Python 2.4 it will return "-0x1"). in Python 2.4 it will return "-0x1").
- The bits manipulated under the cover by sys.setcheckinterval() have - The bits manipulated under the cover by sys.setcheckinterval() have
been changed. Both the check interval and the ticker used to be 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 per-thread values. They are now just a pair of global variables.
addition, the default check interval was boosted from 10 to 100 In addition, the default check interval was boosted from 10 to 100
bytecode instructions. This may have some effect on systems that bytecode instructions. This may have some effect on systems that
relied on the old default value. In particular, in multi-threaded relied on the old default value. In particular, in multi-threaded
applications which try to be highly responsive, response time will applications which try to be highly responsive, response time will
increase by some (perhaps imperceptible) amount. increase by some (perhaps imperceptible) amount.
- When multiplying very large integers, a version of the so-called - When multiplying very large integers, a version of the so-called
Karatsuba algorithm is now used. This is most effective if the Karatsuba algorithm is now used. This is most effective if the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment