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.

Author sping
Recipients corona10, lukasz.langa, mattip, mgorny, miss-islington, ned.deily, sping
Date 2022-03-04.16:46:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646412365.86.0.266974438482.issue46794@roundup.psfhosted.org>
In-reply-to
Content
Hi mattip,

at the core the problem is not the use of non-URI character "}" for a namespace separator but the use of non-URI character "}" in a namespace URI.  test_issue3151 is mistaken (meaning that non-URI characters in URIs are malformed XML) and the test has been removed in CPython pull request https://github.com/python/cpython/pull/31453/files .  Expat pull request https://github.com/libexpat/libexpat/pull/577 is related but it's about URI characters not about non-URI ones, so it does not change anything about test_issue3151 in PyPy.  Does that make sense?

Best, Sebastian
History
Date User Action Args
2022-03-04 16:46:05spingsetrecipients: + sping, ned.deily, lukasz.langa, mgorny, mattip, corona10, miss-islington
2022-03-04 16:46:05spingsetmessageid: <1646412365.86.0.266974438482.issue46794@roundup.psfhosted.org>
2022-03-04 16:46:05spinglinkissue46794 messages
2022-03-04 16:46:05spingcreate