This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author RobEin
Recipients RobEin, lys.nikolaou, pablogsal
Date 2022-01-02.20:59:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641157165.95.0.528192951206.issue46230@roundup.psfhosted.org>
In-reply-to
Content
https://docs.python.org/3.10/reference/grammar.html

# original grammar rule:
file: [statements] ENDMARKER 


# suggested grammar rule:
file: NEWLINE* [statements] ENDMARKER
History
Date User Action Args
2022-01-02 20:59:25RobEinsetrecipients: + RobEin, lys.nikolaou, pablogsal
2022-01-02 20:59:25RobEinsetmessageid: <1641157165.95.0.528192951206.issue46230@roundup.psfhosted.org>
2022-01-02 20:59:25RobEinlinkissue46230 messages
2022-01-02 20:59:25RobEincreate