[issue16082] xml.etree.ElementTree.tostringlist does conform to it's documentation

2012-09-30 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.py

[issue16082] xml.etree.ElementTree.tostringlist does conform to it's documentation

2012-09-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Bug in the documentation, but not in the implementation. See also issue8047 and issue1767933 (changeset 63845:57e631f088d7). -- assignee: -> docs@python components: +Documentation nosy: +docs@python, eli.bendersky, storchaka versions: +Python 3.2 __

[issue16082] xml.etree.ElementTree.tostringlist does conform to it's documentation

2012-09-28 Thread Einar Fløystad Dørum
New submission from Einar Fløystad Dørum: The tostringlist documentation says "Returns a list of (optionally) encoded strings containing the XML data. It does not guarantee any specific sequence, except that "".join(tostringlist(element)) == tostring(element).". But in reality it is possible t