mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
NEWS: Fix Sphinx warnings and increase threshold for new news nits (#121482)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
2be37ec8e2
commit
006b53a42f
39 changed files with 110 additions and 106 deletions
|
@ -699,7 +699,7 @@ you are using :class:`profile.Profile` or :class:`cProfile.Profile`,
|
|||
As the :class:`cProfile.Profile` class cannot be calibrated, custom timer
|
||||
functions should be used with care and should be as fast as possible. For
|
||||
the best results with a custom timer, it might be necessary to hard-code it
|
||||
in the C source of the internal :mod:`_lsprof` module.
|
||||
in the C source of the internal :mod:`!_lsprof` module.
|
||||
|
||||
Python 3.3 adds several new functions in :mod:`time` that can be used to make
|
||||
precise measurements of process or wall-clock time. For example, see
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue