~pythonregexp2.7/python/issue2636-01+09-02

« back to all changes in this revision

Viewing changes to Doc/library/time.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-22 00:16:16 UTC
  • mfrom: (39022.1.34 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080922001616-p1wdip9lfp0zl5cu
Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
* The precision of the various real-time functions may be less than suggested by
69
69
  the units in which their value or argument is expressed. E.g. on most Unix
70
 
  systems, the clock "ticks" only 50 or 100 times a second, and on the Mac, times
71
 
  are only accurate to whole seconds.
 
70
  systems, the clock "ticks" only 50 or 100 times a second.
72
71
 
73
72
* On the other hand, the precision of :func:`time` and :func:`sleep` is better
74
73
  than their Unix equivalents: times are expressed as floating point numbers,