Message318631
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 | ammar2 |
|---|---|
| Recipients | Isaac Elliott, ammar2, docs@python, gvanrossum, serhiy.storchaka |
| Date | 2018-06-04.05:01:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1528088495.41.0.592728768989.issue33766@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Relevant bit of the parser that emits a fake newline at the end of the file if not present: https://github.com/python/cpython/blob/master/Parser/tokenizer.c#L1059-L1069 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-04 05:01:35 | ammar2 | set | recipients: + ammar2, gvanrossum, docs@python, serhiy.storchaka, Isaac Elliott |
| 2018-06-04 05:01:35 | ammar2 | set | messageid: <1528088495.41.0.592728768989.issue33766@psf.upfronthosting.co.za> |
| 2018-06-04 05:01:35 | ammar2 | link | issue33766 messages |
| 2018-06-04 05:01:35 | ammar2 | create | |