Rev 3546: workaround docutils dot-in-option name bug (Mark Hammond) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/
Canonical.com Patch Queue Manager
pqm at pqm.ubuntu.com
Thu Jul 17 02:27:27 BST 2008
At file:///home/pqm/archives/thelove/bzr/%2Btrunk/
------------------------------------------------------------
revno: 3546
revision-id:pqm at pqm.ubuntu.com-20080717012714-2r0f796ecqr1hkrx
parent: pqm at pqm.ubuntu.com-20080717010114-xbxqlwo42vqi0rif
parent: ian.clatworthy at canonical.com-20080717010821-qg05ah7iobvl8hin
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2008-07-17 02:27:14 +0100
message:
workaround docutils dot-in-option name bug (Mark Hammond)
modified:
tools/rst2html.py rst2html.py-20060817120932-gn177u8v0008txhu-1
------------------------------------------------------------
revno: 3545.1.1
revision-id:ian.clatworthy at canonical.com-20080717010821-qg05ah7iobvl8hin
parent: pqm at pqm.ubuntu.com-20080717010114-xbxqlwo42vqi0rif
committer: Ian Clatworthy <ian.clatworthy at canonical.com>
branch nick: ianc-integration
timestamp: Thu 2008-07-17 11:08:21 +1000
message:
workaround docutils dot-in-option name bug (Mark Hammond)
modified:
tools/rst2html.py rst2html.py-20060817120932-gn177u8v0008txhu-1
=== modified file 'tools/rst2html.py'
--- a/tools/rst2html.py 2007-12-07 06:56:37 +0000
+++ b/tools/rst2html.py 2008-07-17 01:08:21 +0000
@@ -19,8 +19,7 @@
import docutils
from docutils.core import publish_cmdline, default_description
-
-if docutils.__version__ <= '0.4.1':
+if True: # this is still required in the distutils trunk as-at June 2008.
from docutils.parsers.rst.states import Body
# we have some option names that contain dot; which is not allowed by
# python-docutils 0.4-4 -- so monkeypatch in a better pattern
More information about the bazaar-commits
mailing list