[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 051cf1aa6288 by Raymond Hettinger in branch '2.7': Issue #23729: Improve docs for ElementTree namespace parsing https://hg.python.org/cpython/rev/051cf1aa6288 -- ___ Python tracker

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-30 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset 28b778b0a132 by Raymond Hettinger in branch '3.4': Issue #23729: Improve docs for ElementTree namespace parsing https://hg.python.org/cpython/rev/28b778b0a132 -- ___ Python tracker

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-30 Thread Martin Panter
Martin Panter added the comment: The new patch looks good, thanks. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-30 Thread Raymond Hettinger
Changes by Raymond Hettinger : Added file: http://bugs.python.org/file38742/namespace_doc_fixes.diff ___ Python tracker ___ ___ Python-bugs-li

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-29 Thread Martin Panter
Martin Panter added the comment: Reopening because I think there are some review comments that need addressing, at least the fromstring() one. I’m happy to make a patch if necessary. -- status: closed -> open ___ Python tracker

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-22 Thread Martin Panter
Martin Panter added the comment: Hi Raymond, perhaps you didn’t see the comments on your second patch on Reitveld. E.g. fromstring() does not have an underscore. -- ___ Python tracker _

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-22 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 000814bbc899 by Raymond Hettinger in branch '2.7': Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. https://hg.python.org/cpython/rev/000814bbc899 -- __

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 88b9af268cca by Raymond Hettinger in branch '3.4': Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. https://hg.python.org/cpython/rev/88b9af268cca -- nosy: +python-dev

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-21 Thread Martin Panter
Martin Panter added the comment: Thanks for this improvement; documenting namespace behaviour is sorely needed. -- nosy: +vadmium ___ Python tracker ___ _

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-21 Thread Raymond Hettinger
Changes by Raymond Hettinger : Added file: http://bugs.python.org/file38626/elementtree_doc2.diff ___ Python tracker ___ ___ Python-bugs-list

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-21 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +eli.bendersky, scoder ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-21 Thread Raymond Hettinger
Raymond Hettinger added the comment: Attaching a runnable version of the namespace demo to show that the code works. -- versions: +Python 2.7, Python 3.4 Added file: http://bugs.python.org/file38625/xml_namespace_demo.py ___ Python tracker

[issue23729] Import ElementTree documentation for namespaces and XPath

2015-03-21 Thread Raymond Hettinger
New submission from Raymond Hettinger: Show examples of how to search XML that contains namespaces. Also indicate the ElementTree subset of XPath supports filters in the form [tag=text]. -- assignee: rhettinger components: Documentation files: elementtree_doc.diff keywords: patch messa