[issue35110] Fix more spaces around hyphens and dashes

2018-10-31 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35110] Fix more spaces around hyphens and dashes

2018-10-31 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:


New changeset 511747bec3aca4ad7930005e3adece9196c1cd39 by Serhiy Storchaka in 
branch 'master':
bpo-35110: Fix yet few spaces before dashes. (GH-10255)
https://github.com/python/cpython/commit/511747bec3aca4ad7930005e3adece9196c1cd39


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35110] Fix more spaces around hyphens and dashes

2018-10-31 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
pull_requests: +9568

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35110] Fix more spaces around hyphens and dashes

2018-10-31 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:


New changeset 1e8c18509eb15efb8e80971b9935d17e7bbeabf4 by Serhiy Storchaka in 
branch '3.6':
[3.6] bpo-35110: Fix unintentional spaces around hyphens and dashes. 
(GH-10231). (GH-10254)
https://github.com/python/cpython/commit/1e8c18509eb15efb8e80971b9935d17e7bbeabf4


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35110] Fix more spaces around hyphens and dashes

2018-10-31 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:


New changeset b183750f53bac7738b1fff114e0a2615d970 by Serhiy Storchaka in 
branch '3.7':
[3.7] bpo-35110: Fix unintentional spaces around hyphens and dashes. 
(GH-10231). (GH-10253)
https://github.com/python/cpython/commit/b183750f53bac7738b1fff114e0a2615d970


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35110] Fix more spaces around hyphens and dashes

2018-10-31 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
pull_requests: +9567

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35110] Fix more spaces around hyphens and dashes

2018-10-31 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
pull_requests: +9566

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35110] Fix more spaces around hyphens and dashes

2018-10-30 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:


New changeset 3f819ca138db6945ee4271bf13e42db9f9b3b1e4 by Serhiy Storchaka in 
branch 'master':
bpo-35110: Fix unintentional spaces around hyphens and dashes. (GH-10231)
https://github.com/python/cpython/commit/3f819ca138db6945ee4271bf13e42db9f9b3b1e4


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35110] Fix more spaces around hyphens and dashes

2018-10-30 Thread Serhiy Storchaka


Serhiy Storchaka  added the comment:

Previous fixes for similar issues: PR 7002, PR 7579.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35110] Fix more spaces around hyphens and dashes

2018-10-30 Thread Serhiy Storchaka


Change by Serhiy Storchaka :


--
keywords: +patch
pull_requests: +9543
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35110] Fix more spaces around hyphens and dashes

2018-10-30 Thread Serhiy Storchaka


New submission from Serhiy Storchaka :

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.

--
assignee: docs@python
components: Documentation
messages: 328889
nosy: docs@python, mdk, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Fix more spaces around hyphens and dashes
versions: Python 3.6, Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com