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 jonathaneunice
Recipients jonathaneunice
Date 2017-06-15.19:09:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497553740.26.0.99906894046.issue30680@psf.upfronthosting.co.za>
In-reply-to
Content
The textwrap module goes to great lengths to "do the right thing" when it finds the ASCII simulation of an em-dash (two or more consecutive hyphens), but it does nothing to recognize and similarly treat true (Unicode) em-dashes (aka '\N{EM DASH}', '\u2014', or U+2014). Real em-dashes should get at least as good a treatment as simulated em-dashes.
History
Date User Action Args
2017-06-15 19:09:00jonathaneunicesetrecipients: + jonathaneunice
2017-06-15 19:09:00jonathaneunicesetmessageid: <1497553740.26.0.99906894046.issue30680@psf.upfronthosting.co.za>
2017-06-15 19:09:00jonathaneunicelinkissue30680 messages
2017-06-15 19:09:00jonathaneunicecreate