This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Invalid inline markup in xml document.
Type: behavior Stage: resolved
Components: Documentation Versions: Python 3.3, Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, methane, python-dev, r.david.murray
Priority: normal Keywords:

Created on 2014-01-13 07:16 by methane, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg208012 - (view) Author: Inada Naoki (methane) * (Python committer) Date: 2014-01-13 07:16
http://docs.python.org/3.3/library/xml.html#xml-vulnerabilities

> DTD retrieval
>     Some XML libraries like Python’s mod:’xml.dom.pulldom’ retrieve document

mod: should be :mod:
msg208039 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-01-13 18:57
New changeset fb1dd44d1f76 by R David Murray in branch '3.3':
#20236: Fix sphinx markup.
http://hg.python.org/cpython/rev/fb1dd44d1f76

New changeset 60163fc72017 by R David Murray in branch 'default':
Merge #20236: Fix sphinx markup.
http://hg.python.org/cpython/rev/60163fc72017

New changeset 3481c6f36e55 by R David Murray in branch '2.7':
#20236: Fix sphinx markup.
http://hg.python.org/cpython/rev/3481c6f36e55
msg208040 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2014-01-13 19:00
Fixed, thanks.
History
Date User Action Args
2022-04-11 14:57:56adminsetgithub: 64435
2014-01-13 19:00:46r.david.murraysetstatus: open -> closed

type: behavior

nosy: + r.david.murray
messages: + msg208040
resolution: fixed
stage: resolved
2014-01-13 18:57:46python-devsetnosy: + python-dev
messages: + msg208039
2014-01-13 07:16:44methanecreate