Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for xmltodict v0.13. Fixes #53 #54

Merged
merged 1 commit into from
Mar 2, 2023

Conversation

ssalonen
Copy link
Contributor

@ssalonen ssalonen commented Mar 2, 2023

xmltodict v0.13 started using dict (instead of previous default OrderedDict) when parsing xml with python >= 3.7. See martinblech/xmltodict@231b4d4

This restores the previous behaviour, using OrderedDict, making the behaviour compatible with dsptoolkit. The change should be backwards compatible with older versions of xmltodict, as dict_constructor parameter has been there for quite some time.

xmltodict v0.13 started using dict (instead of previous default
OrderedDict) when parsing xml with python < 3.7. See
martinblech/xmltodict@231b4d4

This restores the previous behaviour, using OrderedDict, making the
behaviour compatible with dsptoolkit. The change should be backwards
compatible with older versions of xmltodict, as dict_constructor
parameter has been there for quite some time.

Signed-off-by: Sami Salonen <[email protected]>
@hifiberry hifiberry changed the base branch from master to dev March 2, 2023 09:04
@hifiberry hifiberry merged commit 13ca4c8 into hifiberry:dev Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants