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.minidom documentation consistency and update #46867

Closed
ashemedai mannequin opened this issue Apr 11, 2008 · 2 comments
Closed

xml.dom.minidom documentation consistency and update #46867

ashemedai mannequin opened this issue Apr 11, 2008 · 2 comments
Assignees
Labels
docs Documentation in the Doc dir type-feature A feature request or enhancement

Comments

@ashemedai
Copy link
Mannequin

ashemedai mannequin commented Apr 11, 2008

BPO 2615
Nosy @birkenfeld, @ashemedai
Files
  • minidom.diff: xml.dom.minidom documentation consistency diff
  • 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 = 'https://github.com/birkenfeld'
    closed_at = <Date 2008-04-12.18:36:18.341>
    created_at = <Date 2008-04-11.11:19:48.604>
    labels = ['type-feature', 'docs']
    title = 'xml.dom.minidom documentation consistency and update'
    updated_at = <Date 2008-04-12.18:36:18.340>
    user = 'https://github.com/ashemedai'

    bugs.python.org fields:

    activity = <Date 2008-04-12.18:36:18.340>
    actor = 'georg.brandl'
    assignee = 'georg.brandl'
    closed = True
    closed_date = <Date 2008-04-12.18:36:18.341>
    closer = 'georg.brandl'
    components = ['Documentation']
    creation = <Date 2008-04-11.11:19:48.604>
    creator = 'asmodai'
    dependencies = []
    files = ['10004']
    hgrepos = []
    issue_num = 2615
    keywords = ['patch']
    message_count = 2.0
    messages = ['65347', '65413']
    nosy_count = 2.0
    nosy_names = ['georg.brandl', 'asmodai']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue2615'
    versions = ['Python 2.6']

    @ashemedai
    Copy link
    Mannequin Author

    ashemedai mannequin commented Apr 11, 2008

    xml.dom.minidom details three methods: writexml(), toxml(),
    toprettyxml(). Only one, toxml(), showed the optional encoding argument.
    In the documentation for writexml() the encoding argument is explained,
    but toprettyxml() refers to toxml() for the details, which are not
    present there.

    @ashemedai ashemedai mannequin assigned birkenfeld Apr 11, 2008
    @ashemedai ashemedai mannequin added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Apr 11, 2008
    @birkenfeld
    Copy link
    Member

    Committed as r62295.

    @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 type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant