Issue 25967: Devguide: add 2to3 to the "Changing CPython's Grammar" checklist (original) (raw)

Issue25967

Created on 2015-12-28 22:09 by ezio.melotti, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue25967.patch Aegil,2016-01-10 12:47
Messages (4)
msg257134 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2015-12-28 22:09
If Python grammar is changed, lib2to3 should be updated accordingly. This is currently missing from https://docs.python.org/devguide/grammar.html#checklist See also #19511.
msg257908 - (view) Author: Chris Thomas (Aegil) * Date: 2016-01-10 12:47
Added a note to the check list as needed.
msg258034 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-01-11 22:15
New changeset 367486fbab84 by Ezio Melotti in branch 'default': #25967: add note about updating lib2to3 when the grammar is updated. Patch by Chris Thomas. https://hg.python.org/devguide/rev/367486fbab84
msg258036 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2016-01-11 22:15
Fixed, thanks for the patch!
History
Date User Action Args
2022-04-11 14:58:25 admin set github: 70155
2016-01-11 22:15:47 ezio.melotti set status: open -> closedresolution: fixedmessages: + stage: needs patch -> resolved
2016-01-11 22:15:28 python-dev set nosy: + python-devmessages: +
2016-01-10 12:47:53 Aegil set files: + issue25967.patchnosy: + Aegilmessages: + keywords: + patch
2015-12-28 22:09:14 ezio.melotti create