Kaydet (Commit) 7f35404b authored tarafından Fred Drake's avatar Fred Drake

- markup fix

- explain Python/ceval.c from what; lots of people don't use a source
  distro any more
üst bdec50f0
...@@ -479,9 +479,9 @@ else: ...@@ -479,9 +479,9 @@ else:
Activate dumping of VM measurements using the Pentium timestamp Activate dumping of VM measurements using the Pentium timestamp
counter, if \var{on_flag} is true. Deactivate these dumps if counter, if \var{on_flag} is true. Deactivate these dumps if
\var{on_flag} is off. The function is available only if Python \var{on_flag} is off. The function is available only if Python
was compiled with \code{--with-tsc}. To understand the output was compiled with \longprogramopt{with-tsc}. To understand the
of this dump, read \code{Python/ceval.c}. output of this dump, read \file{Python/ceval.c} in the Python
sources.
\versionadded{2.4} \versionadded{2.4}
\end{funcdesc} \end{funcdesc}
......
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