[Python-checkins] bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613)

Terry Jan Reedy webhook-mailer at python.org
Sat Feb 10 19:42:44 EST 2018


https://github.com/python/cpython/commit/ea6e6444bdf983c99d9175a22dd054bf02ee22b4
commit: ea6e6444bdf983c99d9175a22dd054bf02ee22b4
branch: 2.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: Terry Jan Reedy <tjreedy at udel.edu>
date: 2018-02-10T19:42:42-05:00
summary:

bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613)

The new link is given in a red box on the old page.
(cherry picked from commit 8d1f2f40389c476d9240ec87a33da0373597c6af)

Co-authored-by: sblondon <sblondon at users.noreply.github.com>

files:
A Misc/NEWS.d/next/Documentation/2018-02-10-15-16-04.bpo-32800.FyrqCk.rst
M Doc/library/xml.etree.elementtree.rst

diff --git a/Doc/library/xml.etree.elementtree.rst b/Doc/library/xml.etree.elementtree.rst
index 39d811be6d7f..e13da105cf51 100644
--- a/Doc/library/xml.etree.elementtree.rst
+++ b/Doc/library/xml.etree.elementtree.rst
@@ -274,7 +274,7 @@ If the XML input has `namespaces
 with prefixes in the form ``prefix:sometag`` get expanded to
 ``{uri}sometag`` where the *prefix* is replaced by the full *URI*.
 Also, if there is a `default namespace
-<https://www.w3.org/TR/2006/REC-xml-names-20060816/#defaulting>`__,
+<https://www.w3.org/TR/xml-names/#defaulting>`__,
 that full URI gets prepended to all of the non-prefixed tags.
 
 Here is an XML example that incorporates two namespaces, one with the
diff --git a/Misc/NEWS.d/next/Documentation/2018-02-10-15-16-04.bpo-32800.FyrqCk.rst b/Misc/NEWS.d/next/Documentation/2018-02-10-15-16-04.bpo-32800.FyrqCk.rst
new file mode 100644
index 000000000000..eac1107bba76
--- /dev/null
+++ b/Misc/NEWS.d/next/Documentation/2018-02-10-15-16-04.bpo-32800.FyrqCk.rst
@@ -0,0 +1 @@
+Update link to w3c doc for xml default namespaces.



More information about the Python-checkins mailing list