diff options
Diffstat (limited to 'doc/source.rst')
-rw-r--r-- | doc/source.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/source.rst b/doc/source.rst index 21a5f612..241c3d96 100644 --- a/doc/source.rst +++ b/doc/source.rst @@ -7,9 +7,6 @@ Specifying source files ======================= -.. :history: 20100725T172000, new in 3.4 - - When coverage.py is running your program and measuring its execution, it needs to know what code to measure and what code not to. Measurement imposes a speed penalty, and the collected data must be stored in memory and then on disk. |