[issue29109] Small doc improvements for tracemalloc

Loic Pefferkorn report at bugs.python.org
Thu Dec 29 18:39:06 EST 2016


New submission from Loic Pefferkorn:

Hello,

I believe that some improvements can be made to the Python 3.4 documentation of the tracemalloc module:

* Wrong parameter name, 'group_by' instead of 'key_type' (checked in tracemalloc.py)
* Don't round up numbers when explaining the examples. If they exactly match what can be read in the script output, it is to easier to understand (4.8 MiB vs 4855 KiB)
* Fix incorrect method link that was pointing to another module

I will wait for some feedback before checking the 3.5, 3.6 versions, hopefully I did not forget something :)

Cheers,
Loic

----------
assignee: docs at python
components: Documentation
files: doc_3.4_tracemalloc.diff
keywords: patch
messages: 284298
nosy: docs at python, haypo, loicp
priority: normal
severity: normal
status: open
title: Small doc improvements for tracemalloc
type: enhancement
versions: Python 3.4
Added file: http://bugs.python.org/file46086/doc_3.4_tracemalloc.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29109>
_______________________________________


More information about the Python-bugs-list mailing list