[issue20236] Invalid inline markup in xml document.

2014-01-13 Thread R. David Murray
R. David Murray added the comment: Fixed, thanks. -- nosy: +r.david.murray resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior ___ Python tracker __

[issue20236] Invalid inline markup in xml document.

2014-01-13 Thread Roundup Robot
Roundup Robot added the comment: 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/

[issue20236] Invalid inline markup in xml document.

2014-01-12 Thread INADA Naoki
New submission from INADA Naoki: 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: -- assignee: docs@python components: Documentation messages: 208012 nosy: