[issue28546] [doc] Clarify setting pdb breakpoints

2022-01-07 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue28546] [doc] Clarify setting pdb breakpoints

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset a74eb5465582dd6e194a84ce4c66c12453373304 by Miss Islington (bot) in branch '3.9': bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) https://github.com/python/cpython/commit/a74eb5465582dd6e194a84ce4c66c12453373304 -- ___

[issue28546] [doc] Clarify setting pdb breakpoints

2022-01-07 Thread miss-islington
miss-islington added the comment: New changeset ed2656a7d313dd9fa3a963d8b4dca4438cf73bc9 by Miss Islington (bot) in branch '3.10': bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) https://github.com/python/cpython/commit/ed2656a7d313dd9fa3a963d8b4dca4438cf73bc9 -- __

[issue28546] [doc] Clarify setting pdb breakpoints

2022-01-07 Thread Irit Katriel
Irit Katriel added the comment: New changeset 6d07a9fb7cb31433c376a1aa20ea32001da0a418 by Hugo van Kemenade in branch 'main': bpo-28546: [doc] Clarify setting pdb breakpoints (GH-30360) https://github.com/python/cpython/commit/6d07a9fb7cb31433c376a1aa20ea32001da0a418 -- ___

[issue28546] [doc] Clarify setting pdb breakpoints

2022-01-07 Thread miss-islington
Change by miss-islington : -- pull_requests: +28668 pull_request: https://github.com/python/cpython/pull/30465 ___ Python tracker ___ __

[issue28546] [doc] Clarify setting pdb breakpoints

2022-01-07 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 5.0 -> 6.0 pull_requests: +28667 pull_request: https://github.com/python/cpython/pull/30464 ___ Python tracker _

[issue28546] [doc] Clarify setting pdb breakpoints

2022-01-03 Thread Hugo van Kemenade
Change by Hugo van Kemenade : -- keywords: +patch nosy: +hugovk nosy_count: 4.0 -> 5.0 pull_requests: +28574 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30360 ___ Python tracker _

[issue28546] [doc] Clarify setting pdb breakpoints

2021-12-05 Thread Irit Katriel
Irit Katriel added the comment: The patch needs to be converted to a GitHub PR. -- nosy: +iritkatriel ___ Python tracker ___ ___ Py

[issue28546] [doc] Clarify setting pdb breakpoints

2021-12-05 Thread Irit Katriel
Change by Irit Katriel : -- keywords: +easy -patch title: Better explain setting pdb breakpoints -> [doc] Clarify setting pdb breakpoints versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.3, Python 3.4, Python 3.5, Python 3.6, Python 3.7 __