You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pythongh-93018: Fix for the compatibility problems with expat
This is another take on python#93022, fixespython#93018.
1. I believe it is inappropriate to assert on the error message for the
external API. Error messages are not part of the provided contract
with its users.
2. I don't think we are really care what exact exception is thrown, it
is much more important that non-well-formed XML is discovered.
3. Changing tests based on the version of library seems as a code smell
to me, but that's personal opinion.
0 commit comments