New submission from Friedrich Spee von Langenfeld:

The W3C has published two versions of the standard specification for the 
Extensible Markup Language (XML) [version 1.0 and 1.1]. I know that the W3C 
expects all parsers to understand both versions. I propose to state  here 
(https://docs.python.org/3/library/xml.html) which versions of XML Python 
supports, especially, because 
https://docs.python.org/3/library/xml.etree.elementtree.html uses version 1.0 
of the W3C recommendation in its examples. The version compatibility is named 
in 
https://docs.python.org/3/library/pyexpat.html#xml.parsers.expat.xmlparser.XmlDeclHandler
 , but I donĀ“t think a normal user, who only want a quick, but reliable 
solution, would ever read this entry.

What do you think?

----------
assignee: docs@python
components: Documentation
messages: 230079
nosy: Friedrich.Spee.von.Langenfeld, docs@python
priority: normal
severity: normal
status: open
title: Specify supported XML version
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22743>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to