Skip to content

gh-118318: Remove outdated c14n references from ElementTree#118319

Open
danifus wants to merge 1 commit intopython:mainfrom
danifus:cleanup-removed-c14n
Open

gh-118318: Remove outdated c14n references from ElementTree#118319
danifus wants to merge 1 commit intopython:mainfrom
danifus:cleanup-removed-c14n

Conversation

@danifus
Copy link
Copy Markdown
Contributor

@danifus danifus commented Apr 26, 2024

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.

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.
@github-actions
Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant