]> granicus.if.org Git - python/commit
Issue #6676: Ensure a meaningful exception is raised when attempting
authorNed Deily <nad@acm.org>
Thu, 27 Mar 2014 23:38:32 +0000 (16:38 -0700)
committerNed Deily <nad@acm.org>
Thu, 27 Mar 2014 23:38:32 +0000 (16:38 -0700)
commitb693e9fc5bed8c8375e47a2f189931a4faece30f
tree8d039c66530607fe9ae513a491a825ed476d6f09
parentc727533cf57269173b88d3ce465809c5ca2bee22
Issue #6676: Ensure a meaningful exception is raised when attempting
to parse more than one XML document per pyexpat xmlparser instance.
(Original patches by Hirokazu Yamamoto and Amaury Forgeot d'Arc, with
suggested wording by David Gutteridge)
Doc/library/pyexpat.rst
Lib/test/test_pyexpat.py
Misc/NEWS
Modules/pyexpat.c