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 serhiy.storchaka
Date 2013-07-22.13:23:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374499433.16.0.583158051605.issue18529@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-07-22 13:23:54serhiy.storchakasetrecipients: + serhiy.storchaka
2013-07-22 13:23:53serhiy.storchakasetmessageid: <1374499433.16.0.583158051605.issue18529@psf.upfronthosting.co.za>
2013-07-22 13:23:53serhiy.storchakalinkissue18529 messages
2013-07-22 13:23:53serhiy.storchakacreate