]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16913: Fix Element.itertext()'s handling of text with XML entities.
authorEli Bendersky <eliben@gmail.com>
Thu, 10 Jan 2013 14:31:05 +0000 (06:31 -0800)
committerEli Bendersky <eliben@gmail.com>
Thu, 10 Jan 2013 14:31:05 +0000 (06:31 -0800)
commitbb48151c8c2721e9430c892629d29dbdd30fa4ab
treebb88777fc748e3de508899c6c6ae5951fb3f5737
parente474022192cecc37efb7102e8c3fbc56b43d47e1
parente6174ca85e293039c464e06bf3a656300347b562
Issue #16913: Fix Element.itertext()'s handling of text with XML entities.
Patch by Serhiy Storchaka