Commit 6d5cb073 authored by R David Murray's avatar R David Murray

Move versionadded for tracemalloc into the standard location (right after title)

parent 43ad1381
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
.. module:: tracemalloc .. module:: tracemalloc
:synopsis: Trace memory allocations. :synopsis: Trace memory allocations.
.. versionadded:: 3.4
The tracemalloc module is a debug tool to trace memory blocks allocated by The tracemalloc module is a debug tool to trace memory blocks allocated by
Python. It provides the following information: Python. It provides the following information:
...@@ -23,8 +25,6 @@ frame (1 frame). To store 25 frames at startup: set the ...@@ -23,8 +25,6 @@ frame (1 frame). To store 25 frames at startup: set the
:envvar:`PYTHONTRACEMALLOC` environment variable to ``25``, or use the :envvar:`PYTHONTRACEMALLOC` environment variable to ``25``, or use the
:option:`-X` ``tracemalloc=25`` command line option. :option:`-X` ``tracemalloc=25`` command line option.
.. versionadded:: 3.4
Examples Examples
======== ========
......
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