[Python-modules-team] Bug#712284: python-docutils: smartquotes drops characters from intra-word inline markup

Jakub Wilk jwilk at debian.org
Fri Jun 14 22:13:08 UTC 2013


Package: python-docutils
Version: 0.10-3
Tags: upstream fixed-upstream

$ echo '*eggs*\ **ham**' | rst2pseudoxml --smart-quotes=yes
<document source="<stdin>">
     <paragraph>
         <emphasis>
             eggs
         <strong>
             am


Note that "h" in "ham" is lost.

Already fixed upstream:
http://sourceforge.net/p/docutils/code/7585

-- 
Jakub Wilk



More information about the Python-modules-team mailing list