Fixed bug where values of list-valued attributes of elements originating from custom...
commit6ce49d391be8c31d6a93cd0ec11ca8b24bdf171e
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 31 Dec 2005 02:39:07 +0000 (31 02:39 +0000)
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Sat, 31 Dec 2005 02:39:07 +0000 (31 02:39 +0000)
treed39f085ac064a67cf5ddab75fb402ce82982b221
parent337d86e1acccdddf1327aeb5b3959a271ca32ce5
Fixed bug where values of list-valued attributes of elements originating from custom interpreted text roles (i.e., with custom classes) were being shared between element instances.  Reported by Shmuel Zeigerman.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@4236 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
HISTORY.txt
THANKS.txt
docutils/nodes.py
test/functional/expected/standalone_rst_html4css1.html
test/functional/expected/standalone_rst_pseudoxml.txt
test/functional/input/data/custom_roles.txt [new file with mode: 0644]
test/functional/input/standalone_rst_html4css1.txt
test/functional/input/standalone_rst_pseudoxml.txt [copied from test/functional/input/standalone_rst_html4css1.txt with 100% similarity]
test/functional/tests/standalone_rst_pseudoxml.py