[issue29109] Small doc improvements for tracemalloc

2016-12-29 Thread STINNER Victor

STINNER Victor added the comment:

Thank you for your contribution! I applied your patch to Python 3.5, 3.6 and 
default (future 3.7).

You should consider signing the PSF Contributor Agreement:
https://www.python.org/psf/contrib/contrib-form/

"While you retain the copyright, giving the PSF the ability to license your 
code means it can be put under the PSF license so it can be legally distributed 
with Python."

--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29109] Small doc improvements for tracemalloc

2016-12-29 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 192e0ae17236 by Victor Stinner in branch '3.5':
Issue #29109: Enhance tracemalloc documentation
https://hg.python.org/cpython/rev/192e0ae17236

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue29109] Small doc improvements for tracemalloc

2016-12-29 Thread Loic Pefferkorn

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@python
components: Documentation
files: doc_3.4_tracemalloc.diff
keywords: patch
messages: 284298
nosy: docs@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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com