diff options
author | sblondon <sblondon@users.noreply.github.com> | 2018-02-10 22:39:43 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-02-10 22:39:43 (GMT) |
commit | 8d1f2f40389c476d9240ec87a33da0373597c6af (patch) | |
tree | 03cb96a194afb34139989dfd330588c0b9cdce39 /Misc | |
parent | 8ff53564730f7ba503f5ad94418c309c48e8516d (diff) | |
download | cpython-8d1f2f40389c476d9240ec87a33da0373597c6af.zip cpython-8d1f2f40389c476d9240ec87a33da0373597c6af.tar.gz cpython-8d1f2f40389c476d9240ec87a33da0373597c6af.tar.bz2 |
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609)
The new link is given in a red box on the old page.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Documentation/2018-02-10-15-16-04.bpo-32800.FyrqCk.rst | 1 |
1 files changed, 1 insertions, 0 deletions
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 0000000..eac1107 --- /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. |