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

xml.dom documentation doesn't match implementation #46360

Closed
stefanseefeld mannequin opened this issue Feb 13, 2008 · 3 comments
Closed

xml.dom documentation doesn't match implementation #46360

stefanseefeld mannequin opened this issue Feb 13, 2008 · 3 comments
Labels
docs Documentation in the Doc dir easy topic-XML type-bug An unexpected behavior, bug, or error

Comments

@stefanseefeld
Copy link
Mannequin

stefanseefeld mannequin commented Feb 13, 2008

BPO 2101
Nosy @birkenfeld, @stefanseefeld
Files
  • issue_2101_doc.patch: Documentation 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 2008-02-23.21:59:20.270>
    created_at = <Date 2008-02-13.14:37:13.929>
    labels = ['expert-XML', 'easy', 'type-bug', 'docs']
    title = "xml.dom documentation doesn't match implementation"
    updated_at = <Date 2008-02-23.21:59:20.268>
    user = 'https://github.com/stefanseefeld'

    bugs.python.org fields:

    activity = <Date 2008-02-23.21:59:20.268>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-02-23.21:59:20.270>
    closer = 'georg.brandl'
    components = ['Documentation', 'XML']
    creation = <Date 2008-02-13.14:37:13.929>
    creator = 'stefan'
    dependencies = []
    files = ['9494']
    hgrepos = []
    issue_num = 2101
    keywords = ['easy']
    message_count = 3.0
    messages = ['62359', '62732', '62817']
    nosy_count = 3.0
    nosy_names = ['georg.brandl', 'stefan', 'brunogola']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue2101'
    versions = ['Python 2.5']

    @stefanseefeld
    Copy link
    Mannequin Author

    stefanseefeld mannequin commented Feb 13, 2008

    The docs at http://docs.python.org/lib/dom-element-objects.html
    claim that removeAttribute(name) silently ignores the attempt to
    remove an unknown attribute. However, the current implementation
    in the minidom module (part of _xmlplus) raises an xml.dom.NotFoundErr
    exception.

    @stefanseefeld stefanseefeld mannequin added docs Documentation in the Doc dir topic-XML type-bug An unexpected behavior, bug, or error labels Feb 13, 2008
    @akuchling akuchling added the easy label Feb 15, 2008
    @brunogola
    Copy link
    Mannequin

    brunogola mannequin commented Feb 23, 2008

    This seems to be a documentation bug. Patch attached.

    @birkenfeld
    Copy link
    Member

    Fixed in r61017.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    docs Documentation in the Doc dir easy topic-XML type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants