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 Anthony Sottile
Recipients Anthony Sottile, barry-scott, brandtbucher, miss-islington, paul.moore, python-dev, steve.dower, tim.golden, zach.ware
Date 2020-04-22.17:28:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587576526.82.0.952397187209.issue40260@roundup.psfhosted.org>
In-reply-to
Content
The trailing newline was added in 1.5.1 78fc3634cbfd65a6be8abfd1b7fc7cbd0ccbfb39 -- back then `compile(...)` could not take strings which did not end in newlines

now it can, so it is safe to remove -- I did the same triage on another PR here: https://github.com/python/cpython/pull/17817
History
Date User Action Args
2020-04-22 17:28:46Anthony Sottilesetrecipients: + Anthony Sottile, barry-scott, paul.moore, tim.golden, python-dev, zach.ware, steve.dower, miss-islington, brandtbucher
2020-04-22 17:28:46Anthony Sottilesetmessageid: <1587576526.82.0.952397187209.issue40260@roundup.psfhosted.org>
2020-04-22 17:28:46Anthony Sottilelinkissue40260 messages
2020-04-22 17:28:46Anthony Sottilecreate