[issue31464] Remove trailing spaces from Python-ast.h

2017-09-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue31464] Remove trailing spaces from Python-ast.h

2017-09-14 Thread Benjamin Peterson
Benjamin Peterson added the comment: New changeset 5d84cb368c0c3e475c25171c302068c4dfc3e396 by Benjamin Peterson (Serhiy Storchaka) in branch 'master': bpo-31464: asdl_c.py no longer emits trailing spaces in Python-ast.h. (#3568) https://github.com/python/cpython/commit/5d84cb368c0c3e475c25171c

[issue31464] Remove trailing spaces from Python-ast.h

2017-09-14 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- keywords: +patch pull_requests: +3558 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue31464] Remove trailing spaces from Python-ast.h

2017-09-14 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed PR makes Parser/asdl_c.py not emitting trailing spaces for blank lines in Include/Python-ast.h. -- messages: 302149 nosy: benjamin.peterson, serhiy.storchaka priority: normal severity: normal stage: patch review status: open title: Remove t