[New-bugs-announce] [issue18529] Use long dash

Serhiy Storchaka report at bugs.python.org
Mon Jul 22 15:23:53 CEST 2013


New submission from Serhiy Storchaka:

Currently Python documentation uses four type of dashes for same meaning:

1. Hyphen with spaces.
2. En-dash with spaces.
3. Em-dash with spaces.
4. Em-dash without spaces.

Definitely the first case is just wrong and other three cases should be unified. Here is a patch which replaces spaced hyphens, en-dashes and em-dashes to em-dashes without spaces.

See also a discussion at Python-Dev:

http://mail.python.org/pipermail/python-dev/2013-July/thread.html#127420
http://comments.gmane.org/gmane.comp.python.devel/140593

----------
files: doc_mdashes_without_spaces.patch
keywords: patch
messages: 193532
nosy: serhiy.storchaka
priority: normal
severity: normal
status: open
title: Use long dash
Added file: http://bugs.python.org/file31005/doc_mdashes_without_spaces.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18529>
_______________________________________


More information about the New-bugs-announce mailing list