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 Michael.Felt
Recipients Michael.Felt, cheryl.sabella, docs@python, eric.araujo, ezio.melotti, fdrake, georg.brandl, gvanrossum, mcepl, pitrou, rhettinger, serhiy.storchaka, terry.reedy
Date 2020-07-27.07:21:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <62211e3e-684d-6423-45ca-6847bb32511b@felt.demon.nl>
In-reply-to <1595781568.26.0.451779203455.issue18280@roundup.psfhosted.org>
Content
Thanks. afaik, double spacing is a 'feature' a programmer added to a
text processing language - of the WYSIWUG kind, because program's such
as troff/nroff
didn't need them. They, rather it, understood that a period followed by
a space indicated the end of a sentence.

On 26/07/2020 18:39, Serhiy Storchaka wrote:
> Serhiy Storchaka <storchaka+cpython@gmail.com> added the comment:
>
> I think they are not required, but recommended.
>
> >From https://www.python.org/dev/peps/pep-0008/#comments:
>
>    You should use two spaces after a sentence-ending period in multi- sentence comments, except after the final sentence.
>
> >From https://www.python.org/dev/peps/pep-0012/#general:
>
>    You must adhere to the Emacs convention of adding two spaces at the end of every sentence.
>
> AFAIK in English typography the space after a sentence-ending period is longer than spaces between words. In other European typographies they have the same width.

I thought it was where type setters, classically, used the break between
the endings of a sentence - additional 'kerning' could be applied there.

Anyway - final question: does .rst reformat line-lingths, or does it
present everything literally - only adding ``embellishments``. I have
been thinking
it does both - and, yet another convention for sentence endings is to
always start a sentence on a new line (and two new-lines indicate
start of a paragraph.

However, for now - double-spaces will remain - and I hope to remember to
add my own :)

> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue18280>
> _______________________________________
>
History
Date User Action Args
2020-07-27 07:21:01Michael.Feltsetrecipients: + Michael.Felt, gvanrossum, fdrake, georg.brandl, rhettinger, terry.reedy, pitrou, mcepl, ezio.melotti, eric.araujo, docs@python, serhiy.storchaka, cheryl.sabella
2020-07-27 07:21:01Michael.Feltlinkissue18280 messages
2020-07-27 07:21:01Michael.Feltcreate