gh-118318: Remove outdated c14n references from ElementTree - #118319
Conversation
Some references to a removed `c14n` serialization method remained in ElementTree.py. Attempting to use `method='c14n'` in the `write()` method would result in `ValueError: unknown method 'c14n'`. Removes the `write_c14n()` method that uses `method='c14n'` and also raises the same error.
|
This PR is stale because it has been open for 30 days with no activity. |
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Please add a NEWS entry and a What's New entry for this change.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
serhiy-storchaka
left a comment
There was a problem hiding this comment.
Added NEWS and What's NEW. LGTM now.
Documentation build overview
|
Some references to a removed
c14nserialization method remained in ElementTree.py. Attempting to usemethod='c14n'in thewrite()method would result inValueError: unknown method 'c14n'.Removes the
write_c14n()method that usesmethod='c14n'and also raises the same error.method='c14n'references from ElementTree #118318