~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-11-06 21:47:37 UTC
  • mto: This revision was merged to the branch mainline in revision 2121.
  • Revision ID: john@arbash-meinel.com-20061106214737-b06f4c5c794d9f70
Update NEWS for fixing time.clock() => time.time()

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
    * Clean up ``bzr selftest --benchmark bundle`` to correct an import,
17
17
      and remove benchmarks that take longer than 10min to run.
18
18
      (John Arbash Meinel)
 
19
 
 
20
    * Use ``time.time()`` instead of ``time.clock()`` to decide on
 
21
      progress throttling. Because ``time.clock()`` is actually CPU time,
 
22
      so over a high-latency connection, too many updates get throttled.
 
23
      (John Arbash Meinel)
19
24
  
20
25
  BUG FIXES:
21
26