[docs] [issue10108] ExpatError not property wrapped
Stefan Behnel
report at bugs.python.org
Tue Sep 10 11:49:51 EDT 2019
Stefan Behnel <stefan_ml at behnel.de> added the comment:
I agree that it's surprising to get a low-level parser error from a high-level library like xmlrpc. I think this can be changed without deprecation, because users must expect exceptions from the xmlrpc library in any case.
Targeting to Py3.9, needs patch with tests.
----------
priority: normal -> low
stage: -> needs patch
versions: +Python 3.9 -Python 2.7, Python 3.2, Python 3.7, Python 3.8
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue10108>
_______________________________________
More information about the docs
mailing list