[issue20843] 3.4 cherry-pick: a9058b772807 fix tracemalloc doc

2014-03-06 Thread Larry Hastings
Larry Hastings added the comment: ok. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mail

[issue20843] 3.4 cherry-pick: a9058b772807 fix tracemalloc doc

2014-03-04 Thread STINNER Victor
STINNER Victor added the comment: Note: tracemalloc is a new module of Python 3.4. -- ___ Python tracker ___ ___ Python-bugs-list mail

[issue20843] 3.4 cherry-pick: a9058b772807 fix tracemalloc doc

2014-03-03 Thread STINNER Victor
New submission from STINNER Victor: Please pick a9058b772807 into Python 3.4 final: it fixes a typo in tracemalloc documentation (in the "Pretty Top" example). Related issue: #20814. -- assignee: larry messages: 212634 nosy: haypo, larry priority: release blocker severity: normal statu