[issue24240] PEP 448: Update the language reference

2015-05-20 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> duplicate status: open -> closed superseder: -> document PEP 448 ___ Python tracker ___ ___

[issue24240] PEP 448: Update the language reference

2015-05-19 Thread Stefan Krah
New submission from Stefan Krah: Since Grammar/Grammar relies on semantic postprocessing in ast.c, it would be nice to have an update of the (human readable) Grammar in the language reference docs. -- messages: 243587 nosy: skrah priority: normal severity: normal status: open title: PEP

[issue24240] PEP 448: Update the language reference

2015-05-19 Thread Stefan Krah
Changes by Stefan Krah : -- assignee: -> docs@python components: +Documentation nosy: +docs@python stage: -> needs patch type: -> enhancement versions: +Python 3.5 ___ Python tracker