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 ezio.melotti
Recipients ezio.melotti, georg.brandl, terry.reedy
Date 2009-06-28.19:16:17
SpamBayes Score 2.5842032e-06
Marked as misclassified No
Message-id <1246216580.13.0.554480083473.issue5388@psf.upfronthosting.co.za>
In-reply-to
Content
It's probably better to split long lines (at 80 chars?) than adding an
empty line in every box. Scrolling horizontally is annoying enough even
without the problem you mentioned.

I don't know if it's possible to split grammar lines like
id_start/id_continue[1], but in this specific case is probably better to
keep the definitions short and explain it further in the following
paragraph.

I don't have any idea about how Windows Help works, but if it uses
something like CSS, some extra padding at bottom could solve the problem
without having to add an empty line.

[1]: http://docs.python.org/3.1/reference/lexical_analysis.html#identifiers
History
Date User Action Args
2009-06-28 19:16:20ezio.melottisetrecipients: + ezio.melotti, georg.brandl, terry.reedy
2009-06-28 19:16:20ezio.melottisetmessageid: <1246216580.13.0.554480083473.issue5388@psf.upfronthosting.co.za>
2009-06-28 19:16:18ezio.melottilinkissue5388 messages
2009-06-28 19:16:17ezio.melotticreate