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

Document ElementInclude (XInclude) support in ElementTree #77368

Closed
scoder opened this issue Mar 30, 2018 · 13 comments
Closed

Document ElementInclude (XInclude) support in ElementTree #77368

scoder opened this issue Mar 30, 2018 · 13 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir easy type-feature A feature request or enhancement

Comments

@scoder
Copy link
Contributor

scoder commented Mar 30, 2018

BPO 33187
Nosy @scoder, @Mariatta, @CuriousLearner, @miss-islington, @bansalanjali2512, @UnderscoreAsterisk, @hauntsaninja
PRs
  • bpo-33187: Fix document ElementInclude (XInclude) support in ElementTree issue #8861
  • [3.8] bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) #15958
  • [3.7] bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) #15972
  • bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include #20438
  • [3.9] bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) #20722
  • 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 2019-11-01.06:24:09.161>
    created_at = <Date 2018-03-30.16:34:54.654>
    labels = ['easy', '3.7', '3.8', '3.9', 'type-feature', 'docs']
    title = 'Document ElementInclude (XInclude) support in ElementTree'
    updated_at = <Date 2020-06-08.14:47:55.273>
    user = 'https://github.com/scoder'

    bugs.python.org fields:

    activity = <Date 2020-06-08.14:47:55.273>
    actor = 'miss-islington'
    assignee = 'docs@python'
    closed = True
    closed_date = <Date 2019-11-01.06:24:09.161>
    closer = 'scoder'
    components = ['Documentation']
    creation = <Date 2018-03-30.16:34:54.654>
    creator = 'scoder'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33187
    keywords = ['patch', 'easy']
    message_count = 13.0
    messages = ['314691', '322094', '322100', '322148', '323118', '323818', '323885', '341662', '351889', '351914', '351949', '370986', '370989']
    nosy_count = 8.0
    nosy_names = ['scoder', 'docs@python', 'Mariatta', 'CuriousLearner', 'miss-islington', 'bansalanjali', 'underscore_asterisk', 'hauntsaninja']
    pr_nums = ['8861', '15958', '15972', '20438', '20722']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue33187'
    versions = ['Python 3.7', 'Python 3.8', 'Python 3.9']

    @scoder
    Copy link
    Contributor Author

    scoder commented Mar 30, 2018

    The ElementInclude module in ElementTree seems undocumented. I couldn't find any documentation in the stdlib docs. Pretty much the only source that I could find is here:

    http://effbot.org/zone/element-xinclude.htm

    I noticed it while looking for a place to document the changes of bpo-20928.

    @scoder scoder added docs Documentation in the Doc dir type-feature A feature request or enhancement labels Mar 30, 2018
    @ned-deily ned-deily added easy 3.8 only security fixes labels Apr 6, 2018
    @bansalanjali2512
    Copy link
    Mannequin

    bansalanjali2512 mannequin commented Jul 21, 2018

    I would work on it. please guide me how to proceed?

    Thanks
    Anjali

    @Mariatta
    Copy link
    Member

    Please read the devguide on how to get started contributing: https://devguide.python.org.

    You'll also need to sign the CLA:
    https://devguide.python.org/pullrequest/?highlight=Cla#licensing

    @bansalanjali2512
    Copy link
    Mannequin

    bansalanjali2512 mannequin commented Jul 22, 2018

    Thank you for the information. I had started working on this issue. You can assign it to me if needed. I will create a PR soon.
    Github Username: bansalanjali2512

    @CuriousLearner
    Copy link
    Member

    Hello Anjali,

    As far as I remember, you started this in a PyDelhi Dev Sprint. So, just wanted to check around, if you're looking for any help :)

    @UnderscoreAsterisk
    Copy link
    Mannequin

    UnderscoreAsterisk mannequin commented Aug 21, 2018

    Hello,

    Can I take this up? I will create a PR either later today or tomorrow.

    @bansalanjali2512
    Copy link
    Mannequin

    bansalanjali2512 mannequin commented Aug 22, 2018

    Hello,

    I had created the PR for this issue. Please review and let me know if any modification required.

    GitHub PR: #8861

    bpo-33187: Fix document ElementInclude (XInclude) support in ElementTree issue.

    @scoder scoder added the 3.7 (EOL) end of life label Aug 23, 2018
    @CuriousLearner
    Copy link
    Member

    Hello Anjali,

    This PR is still lurking for your updates from almost 11 months. Please let us know if you're still working on this, else, we'll get this in.

    Thanks for your work!

    @scoder scoder added 3.9 only security fixes and removed 3.7 (EOL) end of life labels Sep 11, 2019
    @scoder
    Copy link
    Contributor Author

    scoder commented Sep 11, 2019

    New changeset 97b817e by Stefan Behnel (Anjali Bansal) in branch 'master':
    bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)
    97b817e

    @scoder
    Copy link
    Contributor Author

    scoder commented Sep 11, 2019

    New changeset 6cf0ba8 by Stefan Behnel (Miss Islington (bot)) in branch '3.8':
    bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958)
    6cf0ba8

    @scoder scoder added the 3.7 (EOL) end of life label Sep 11, 2019
    @scoder
    Copy link
    Contributor Author

    scoder commented Sep 11, 2019

    New changeset 195dc14 by Stefan Behnel (Miss Islington (bot)) in branch '3.7':
    bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15972)
    195dc14

    @scoder scoder closed this as completed Nov 1, 2019
    @scoder
    Copy link
    Contributor Author

    scoder commented Jun 8, 2020

    New changeset 301f0d4 by Shantanu in branch 'master':
    bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438)
    301f0d4

    @miss-islington
    Copy link
    Contributor

    New changeset 1220a47 by Miss Islington (bot) in branch '3.9':
    bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438)
    1220a47

    @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
    3.7 (EOL) end of life 3.8 only security fixes 3.9 only security fixes docs Documentation in the Doc dir easy type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    5 participants