[issue33187] Document ElementInclude (XInclude) support in ElementTree
New submission from Stefan Behnel <stefan_ml@behnel.de>: 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 #20928. ---------- assignee: docs@python components: Documentation messages: 314691 nosy: docs@python, scoder priority: normal severity: normal status: open title: Document ElementInclude (XInclude) support in ElementTree type: enhancement _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Change by Ned Deily <nad@python.org>: ---------- keywords: +easy stage: -> needs patch versions: +Python 3.8 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Anjali Bansal <anjali.mca17.du@gmail.com> added the comment: I would work on it. please guide me how to proceed? Thanks Anjali ---------- nosy: +Anjali Bansal _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Mariatta Wijaya <mariatta.wijaya@gmail.com> added the comment: 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 ---------- nosy: +Mariatta _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Anjali Bansal <anjali.mca17.du@gmail.com> added the comment: 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 ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Sanyam Khurana <sanyam.khurana01@gmail.com> added the comment: 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 :) ---------- nosy: +CuriousLearner _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
underscore_asterisk <ap.goel98@gmail.com> added the comment: Hello, Can I take this up? I will create a PR either later today or tomorrow. ---------- nosy: +underscore_asterisk _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Change by Anjali Bansal <anjali.mca17.du@gmail.com>: ---------- keywords: +patch pull_requests: +8332 stage: needs patch -> patch review _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Anjali Bansal <anjali.mca17.du@gmail.com> added the comment: Hello, I had created the PR for this issue. Please review and let me know if any modification required. GitHub PR: https://github.com/python/cpython/pull/8861 bpo-33187: Fix document ElementInclude (XInclude) support in ElementTree issue. ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Change by Stefan Behnel <stefan_ml@behnel.de>: ---------- versions: +Python 3.4, Python 3.5, Python 3.6, Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Sanyam Khurana <sanyam.khurana01@gmail.com> added the comment: 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! ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Change by Stefan Behnel <stefan_ml@behnel.de>: ---------- versions: +Python 3.9 -Python 3.4, Python 3.5, Python 3.6 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Change by Stefan Behnel <stefan_ml@behnel.de>: ---------- versions: -Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Stefan Behnel <stefan_ml@behnel.de> added the comment: New changeset 97b817eae34b77be1ced382e15098a112f547848 by Stefan Behnel (Anjali Bansal) in branch 'master': bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) https://github.com/python/cpython/commit/97b817eae34b77be1ced382e15098a112f5... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +15593 pull_request: https://github.com/python/cpython/pull/15958 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Stefan Behnel <stefan_ml@behnel.de> added the comment: New changeset 6cf0ba8a632b1c0bd3576ed33c971ca3778000de by Stefan Behnel (Miss Islington (bot)) in branch '3.8': bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15958) https://github.com/python/cpython/commit/6cf0ba8a632b1c0bd3576ed33c971ca3778... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Change by Stefan Behnel <stefan_ml@behnel.de>: ---------- versions: +Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +15605 pull_request: https://github.com/python/cpython/pull/15972 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Stefan Behnel <stefan_ml@behnel.de> added the comment: New changeset 195dc142f84804ad9c8ce91414ab4a0bf9615f09 by Stefan Behnel (Miss Islington (bot)) in branch '3.7': bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861) (GH-15972) https://github.com/python/cpython/commit/195dc142f84804ad9c8ce91414ab4a0bf96... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Change by Stefan Behnel <stefan_ml@behnel.de>: ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Change by Shantanu <hauntsaninja@gmail.com>: ---------- nosy: +hauntsaninja nosy_count: 6.0 -> 7.0 pull_requests: +19694 pull_request: https://github.com/python/cpython/pull/20438 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Stefan Behnel <stefan_ml@behnel.de> added the comment: New changeset 301f0d4ff9b6bd60599eea0612904f65a92e6dd9 by Shantanu in branch 'master': bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) https://github.com/python/cpython/commit/301f0d4ff9b6bd60599eea0612904f65a92... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +19931 pull_request: https://github.com/python/cpython/pull/20722 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 1220a4707966679d15a9b5f7596ddd06bb4d5f23 by Miss Islington (bot) in branch '3.9': bpo-33187: Document 3.9 changes to xml.etree.ElementInclude.include (GH-20438) https://github.com/python/cpython/commit/1220a4707966679d15a9b5f7596ddd06bb4... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue33187> _______________________________________
participants (8)
-
Anjali Bansal
-
Mariatta Wijaya
-
miss-islington
-
Ned Deily
-
Sanyam Khurana
-
Shantanu
-
Stefan Behnel
-
underscore_asterisk