Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expat binding for XML_ParserReset (Bug #1208730) #42216

Closed
eikenberry mannequin opened this issue Jul 25, 2005 · 3 comments
Closed

expat binding for XML_ParserReset (Bug #1208730) #42216

eikenberry mannequin opened this issue Jul 25, 2005 · 3 comments
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@eikenberry
Copy link
Mannequin

eikenberry mannequin commented Jul 25, 2005

BPO 1244208
Nosy @devdanzin
Superseder
  • bpo-1208730: expat binding for XML_ParserReset
  • Files
  • pyexpat.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2009-03-30.22:24:03.146>
    created_at = <Date 2005-07-25.04:59:09.000>
    labels = ['type-feature', 'library']
    title = 'expat binding for XML_ParserReset (Bug python/cpython#42014)'
    updated_at = <Date 2009-03-30.22:24:03.143>
    user = 'https://bugs.python.org/eikenberry'

    bugs.python.org fields:

    activity = <Date 2009-03-30.22:24:03.143>
    actor = 'ajaksu2'
    assignee = 'none'
    closed = True
    closed_date = <Date 2009-03-30.22:24:03.146>
    closer = 'ajaksu2'
    components = ['Library (Lib)']
    creation = <Date 2005-07-25.04:59:09.000>
    creator = 'eikenberry'
    dependencies = []
    files = ['6743']
    hgrepos = []
    issue_num = 1244208
    keywords = ['patch']
    message_count = 3.0
    messages = ['48620', '48621', '84685']
    nosy_count = 3.0
    nosy_names = ['nnorwitz', 'eikenberry', 'ajaksu2']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '1208730'
    type = 'enhancement'
    url = 'https://bugs.python.org/issue1244208'
    versions = ['Python 3.1', 'Python 2.7']

    @eikenberry
    Copy link
    Mannequin Author

    eikenberry mannequin commented Jul 25, 2005

    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
    bpo-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).

    @eikenberry eikenberry mannequin added stdlib Python modules in the Lib dir labels Jul 25, 2005
    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Oct 1, 2005

    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?

    @devdanzin devdanzin mannequin added type-feature A feature request or enhancement labels Mar 4, 2009
    @devdanzin
    Copy link
    Mannequin

    devdanzin mannequin commented Mar 30, 2009

    Closing in favor of bpo-1208730.

    @devdanzin devdanzin mannequin closed this as completed Mar 30, 2009
    @devdanzin devdanzin mannequin closed this as completed Mar 30, 2009
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    0 participants