[issue42038] Tracemalloc's format() doc contradictory

2021-10-04 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: New changeset 84d56ec4bc0cb44629ba898a30eece48546828d2 by Pablo Galindo (Miss Islington (bot)) in branch '3.10': bpo-42038: fix description of returned list of lines (GH-27529) (GH-28428)

[issue42038] Tracemalloc's format() doc contradictory

2021-09-19 Thread Terry J. Reedy
Change by Terry J. Reedy : -- versions: +Python 3.11 -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___ ___

[issue42038] Tracemalloc's format() doc contradictory

2021-09-17 Thread Łukasz Langa
Łukasz Langa added the comment: Thanks! ✨  ✨ -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue42038] Tracemalloc's format() doc contradictory

2021-09-17 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset 6302701179c458da637d669d7e88734fabb79cf6 by Miss Islington (bot) in branch '3.9': bpo-42038: fix description of returned list of lines (GH-27529) (GH-28429) https://github.com/python/cpython/commit/6302701179c458da637d669d7e88734fabb79cf6

[issue42038] Tracemalloc's format() doc contradictory

2021-09-17 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset bba2332303c60d7326f08aa639ff03a6b5d44d04 by Miss Islington (bot) in branch '3.10': bpo-42038: fix description of returned list of lines (GH-27529) (GH-28428) https://github.com/python/cpython/commit/bba2332303c60d7326f08aa639ff03a6b5d44d04

[issue42038] Tracemalloc's format() doc contradictory

2021-09-17 Thread miss-islington
Change by miss-islington : -- pull_requests: +26839 pull_request: https://github.com/python/cpython/pull/28429 ___ Python tracker ___

[issue42038] Tracemalloc's format() doc contradictory

2021-09-17 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +26838 pull_request: https://github.com/python/cpython/pull/28428 ___ Python tracker

[issue42038] Tracemalloc's format() doc contradictory

2021-09-17 Thread Łukasz Langa
Łukasz Langa added the comment: New changeset aca0e08c5dcc11a8011697331931cde0b21270f2 by andrei kulakov in branch 'main': bpo-42038: fix description of returned list of lines (GH-27529) https://github.com/python/cpython/commit/aca0e08c5dcc11a8011697331931cde0b21270f2 -- nosy:

[issue42038] Tracemalloc's format() doc contradictory

2021-08-01 Thread Andrei Kulakov
Andrei Kulakov added the comment: I agree that the doc is wrong; I've put up the tiny PR here: https://github.com/python/cpython/pull/27529/files Note that linecache.getline() returns line with \n but is then .strip()'ed. -- ___ Python tracker

[issue42038] Tracemalloc's format() doc contradictory

2021-08-01 Thread Andrei Kulakov
Change by Andrei Kulakov : -- keywords: +patch nosy: +andrei.avk nosy_count: 2.0 -> 3.0 pull_requests: +26044 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27529 ___ Python tracker

[issue42038] Tracemalloc's format() doc contradictory

2020-10-14 Thread Lisa Roach
New submission from Lisa Roach : Tracemalloc's format documentation (https://docs.python.org/3/library/tracemalloc.html#tracemalloc.Traceback.format) says first: "Format the traceback as a list of lines with newlines." then: "Similar to the traceback.format_tb() function, except that

[issue42038] Tracemalloc's format() doc contradictory

2020-10-14 Thread Lisa Roach
Change by Lisa Roach : -- keywords: +easy, newcomer friendly ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: