bpo-29235: Update document for Profiler's context manager (GH-7331)

This commit is contained in:
Scott Sanderson 2018-06-07 05:46:42 -04:00 committed by INADA Naoki
parent fffeb6f3d6
commit cebe80b59b
3 changed files with 7 additions and 8 deletions

View file

@ -272,6 +272,9 @@ functions:
pr.print_stats()
.. versionchanged:: 3.8
Added context manager support.
.. method:: enable()
Start collecting profiling data.