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 serhiy.storchaka
Recipients docs@python, mdk, serhiy.storchaka
Date 2018-10-30.09:40:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540892433.13.0.788709270274.issue35110@psf.upfronthosting.co.za>
In-reply-to
Content
The following PR fixes several common errors in reStructuredText formatting.

* When the line is broken after or before a hyphen or dash, a space will be inserted after or before a hyphen or dash in the rendered text. This is not always appropriate. It is a common error when use old blurb (was blurb with the fix released?), but can be introduced also manually.

* Backslash followed by a space is used as a separator after a mark up, which doesn't insert a space. But when the line was broken on this space, this is not always work.

Fixed also other similar errors.
History
Date User Action Args
2018-10-30 09:40:33serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, mdk
2018-10-30 09:40:33serhiy.storchakasetmessageid: <1540892433.13.0.788709270274.issue35110@psf.upfronthosting.co.za>
2018-10-30 09:40:33serhiy.storchakalinkissue35110 messages
2018-10-30 09:40:32serhiy.storchakacreate