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

Rough documentation for xml.etree.ElementTree #43484

Closed
effbot mannequin opened this issue Jun 10, 2006 · 4 comments
Closed

Rough documentation for xml.etree.ElementTree #43484

effbot mannequin opened this issue Jun 10, 2006 · 4 comments
Labels
docs Documentation in the Doc dir

Comments

@effbot
Copy link
Mannequin

effbot mannequin commented Jun 10, 2006

BPO 1504046
Nosy @freddrake
Files
  • elementtree.txt
  • 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 2006-07-10.02:37:02.000>
    created_at = <Date 2006-06-10.16:30:10.000>
    labels = ['docs']
    title = 'Rough documentation for xml.etree.ElementTree'
    updated_at = <Date 2006-07-10.02:37:02.000>
    user = 'https://bugs.python.org/effbot'

    bugs.python.org fields:

    activity = <Date 2006-07-10.02:37:02.000>
    actor = 'nnorwitz'
    assignee = 'nnorwitz'
    closed = True
    closed_date = None
    closer = None
    components = ['Documentation']
    creation = <Date 2006-06-10.16:30:10.000>
    creator = 'effbot'
    dependencies = []
    files = ['7322']
    hgrepos = []
    issue_num = 1504046
    keywords = ['patch']
    message_count = 4.0
    messages = ['50452', '50453', '50454', '50455']
    nosy_count = 4.0
    nosy_names = ['fdrake', 'effbot', 'nnorwitz', 'grubert']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1504046'
    versions = ['Python 2.5']

    @effbot
    Copy link
    Mannequin Author

    effbot mannequin commented Jun 10, 2006

    Here's a text version (based on the existing PythonDoc
    documentation). Feel free to grab it and convert it to
    Latex.

    @effbot effbot mannequin closed this as completed Jun 10, 2006
    @effbot effbot mannequin assigned nnorwitz Jun 10, 2006
    @effbot effbot mannequin added the docs Documentation in the Doc dir label Jun 10, 2006
    @effbot effbot mannequin closed this as completed Jun 10, 2006
    @effbot effbot mannequin assigned nnorwitz Jun 10, 2006
    @effbot effbot mannequin added the docs Documentation in the Doc dir label Jun 10, 2006
    @freddrake
    Copy link
    Member

    Logged In: YES
    user_id=3066

    There's an open question on whether this should be
    documented as xml.etree or xmlcore.etree.

    With the introduction of the xmlcore package in Python 2.5,
    should we document xml.etree or xmlcore.etree? If someone
    installs PyXML with Python 2.5, I don't think they're going
    to get xml.etree, which will be really confusing. We can be
    sure that xmlcore.etree will be there.

    I'd rather not propogate the pain caused "xml" package
    insanity any further.

    Posted also to python-dev:

    http://mail.python.org/pipermail/python-dev/2006-June/065816.html

    @grubert
    Copy link
    Mannequin

    grubert mannequin commented Jun 30, 2006

    Logged In: YES
    user_id=147070

    http://members.chello.at/engelbert.gruber/python/elementtree
    -docpy.tar.gz

    contains the modified (for docpy-writer) documentation and
    a translation into latex.

    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Jul 10, 2006

    Logged In: YES
    user_id=33168

    I left it as it is which I think is xml.etree. I don't know
    which is correct, but at least we have something in svn that
    is better than nothing. Feel free to change it to whatever
    you want.

    Thanks Engelbert.

    Committed revision 50506.

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant