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 Mikhail_D
Recipients Mikhail_D, docs@python
Date 2018-06-23.16:52:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529772775.32.0.56676864532.issue33948@psf.upfronthosting.co.za>
In-reply-to
Content
Hello, Python Team,

In reference.pdf I came across truncated lines in Python syntax that are not wrapped and carried forward to the next line, but instead run across the right margin.

Examples
"2.3 Identifiers and keywords" line contains "id_start ::= <all characters in general categories"

"8.8.1 Coroutine function definition" line contains "async_funcdef ::= [decorators] "async" "def" funcname "(" [parameter_list] ")" ["->" expression"

It would be VERY convenient to fix this for printing.

Thank you
History
Date User Action Args
2018-06-23 16:52:55Mikhail_Dsetrecipients: + Mikhail_D, docs@python
2018-06-23 16:52:55Mikhail_Dsetmessageid: <1529772775.32.0.56676864532.issue33948@psf.upfronthosting.co.za>
2018-06-23 16:52:55Mikhail_Dlinkissue33948 messages
2018-06-23 16:52:55Mikhail_Dcreate