SmartQuotes transform: the "literal" nodes must be stored as tupel.
commit26757b1157aea77fc2c8a0cd8107d41a0d2c1206
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 30 May 2017 21:08:07 +0000 (30 21:08 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Tue, 30 May 2017 21:08:07 +0000 (30 21:08 +0000)
tree8270ac91e7bc276e79cac91ed6009faa6bf88f15
parent92e3d008bbd0d2fab5f3941c97a1c98f8d94d38b
SmartQuotes transform: the "literal" nodes must be stored as tupel.

Nodes are checked against the list with "isinstance", which
requires tuples and fails with lists.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@8096 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/transforms/universal.py