Apply tuple_args_guard.patch [ 2993967 ]
commit3b1f4db1053770370403d6e79dd1567f9c62624a
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 7 Jun 2011 15:05:58 +0000 (7 15:05 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 7 Jun 2011 15:05:58 +0000 (7 15:05 +0000)
treebadd61727ceefc4d8c990b5bfd9aaf4fee019c55
parent2c59296927f8884fb66c1b2b67c59e3a86a54c30
Apply tuple_args_guard.patch [ 2993967 ]

When there are any attributes which have tuple attribute values DOM
rendering fails because string interpolation receives a wrong number
of arguments. It needs to be safeguarded against this case by
carefully packing the values into a tuple beforehand.

This problem might crop up in other places as well.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk@7054 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/docutils/nodes.py