This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: expat binding for XML_ParserReset (Bug #1208730)
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.1, Python 2.7
process
Status: closed Resolution: duplicate
Dependencies: Superseder: expat binding for XML_ParserReset
View: 1208730
Assigned To: Nosy List: ajaksu2, eikenberry, nnorwitz
Priority: normal Keywords: patch

Created on 2005-07-25 04:59 by eikenberry, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pyexpat.patch eikenberry, 2005-07-25 04:59
Messages (3)
msg48620 - (view) Author: John Eikenberry (eikenberry) Date: 2005-07-25 04:59
This patch adds pyexpat C bindings for XML_ParserReset
function. If there are any mistakes I'd appreciate any
feedback.
This was originally uploaded in relation to bug
#1208730, but as nothing seems to be happening with it
I guessed that the procedure was to upload a separate
patch.

Its a forward diff as recommended by the guidelines. I
tried
to follow them as much as possible. The patch is
against the version in CVS as of the time of the
original bug (back in May).
msg48621 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2005-10-01 03:45
Logged In: YES 
user_id=33168

Thanks for the patch.  I didn't see any particular problems
with the code.  Could you also provide test and doc updates?
msg84685 - (view) Author: Daniel Diniz (ajaksu2) * (Python triager) Date: 2009-03-30 22:24
Closing in favor of issue 1208730.
History
Date User Action Args
2022-04-11 14:56:12adminsetgithub: 42216
2009-03-30 22:24:03ajaksu2setstatus: open -> closed

dependencies: - expat binding for XML_ParserReset
superseder: expat binding for XML_ParserReset

nosy: + ajaksu2
messages: + msg84685
resolution: duplicate
stage: test needed -> resolved
2009-03-04 15:17:56ajaksu2setdependencies: + expat binding for XML_ParserReset
type: enhancement
stage: test needed
versions: + Python 3.1, Python 2.7, - Python 2.5
2005-07-25 04:59:09eikenberrycreate