Mailing List Archive

python/dist/src/Misc NEWS,1.478,1.479
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv27658/Misc

Modified Files:
NEWS
Log Message:
Added "that" to correct grammar, the rest is due to wrapping

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.478
retrieving revision 1.479
diff -C2 -d -r1.478 -r1.479
*** NEWS 3 Sep 2002 21:25:14 -0000 1.478
--- NEWS 5 Sep 2002 21:42:24 -0000 1.479
***************
*** 100,107 ****
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.

- When multiplying very large integers, a version of the so-called
--- 100,107 ----
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