[issue1208730] expat binding for XML_ParserReset

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1208730] expat binding for XML_ParserReset

2013-11-20 Thread Christian Heimes
Changes by Christian Heimes : -- assignee: christian.heimes -> versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-

[issue1208730] expat binding for XML_ParserReset

2013-07-08 Thread Christian Heimes
Changes by Christian Heimes : -- assignee: -> christian.heimes nosy: +christian.heimes stage: test needed -> patch review versions: +Python 3.4 -Python 3.2 ___ Python tracker

[issue1208730] expat binding for XML_ParserReset

2010-08-26 Thread Mark Lawrence
Mark Lawrence added the comment: Anyone interested in updating the patch for 3.2? -- nosy: +BreamoreBoy versions: +Python 3.2 -Python 2.7, Python 3.1 ___ Python tracker ___ __

[issue1208730] expat binding for XML_ParserReset

2009-10-09 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: This (old) patch needs some work: - unit tests are neeeded. - it it not enough to return NULL when XML_ParserReset() returns an error; a python exception must be raised. - "This function may not be used on a parser created using XML_ExternalEntityParser

[issue1208730] expat binding for XML_ParserReset

2009-03-30 Thread Daniel Diniz
Changes by Daniel Diniz : -- components: +XML keywords: +patch stage: -> test needed versions: +Python 2.7, Python 3.1 ___ Python tracker ___ _