[issue43556] fix attr names for ast.expr and ast.stmt

2021-05-21 Thread Irit Katriel
Change by Irit Katriel : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue43556] fix attr names for ast.expr and ast.stmt

2021-05-21 Thread Irit Katriel
Irit Katriel added the comment: New changeset 96c9961bfe1ab471a6bcd4b6e9255af25865dde2 by Zackery Spytz in branch '3.9': bpo-43556: Fix the attr names for ast.expr and ast.stmt in the docs (GH-24940) https://github.com/python/cpython/commit/96c9961bfe1ab471a6bcd4b6e9255af25865dde2 -

[issue43556] fix attr names for ast.expr and ast.stmt

2021-03-20 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch nosy: +ZackerySpytz nosy_count: 2.0 -> 3.0 pull_requests: +23701 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24940 ___ Python tracker

[issue43556] fix attr names for ast.expr and ast.stmt

2021-03-19 Thread Samwyse
New submission from Samwyse : In Doc/library/ast.rst, the lineno and end_col attributes are repeated; the second set should have 'end_' prefixed to them. Also, there's a minor indentation error in the RST file. # diff ast.rst ast.rst~ 78c78 < col_offset --- >