quandyfactory / dicttoxml

Simple library to convert a Python dictionary or other native data type into a valid XML string.
GNU General Public License v2.0
382 stars 147 forks source link

Update dicttoxml.py #90

Closed GerriorL closed 1 year ago

GerriorL commented 2 years ago

In Python 3.3 the collections.Iterable module was deprecated and replaced by collections.abc.Iterable. It was removed in 3.10.

aeyoll commented 2 years ago

Hello @quandyfactory, any chance this PR can be merged and a new release to be created please? Thanks a lot!

albfan commented 2 years ago

fixes #91

edgar-slalom commented 2 years ago

Can we merge this one?

quandyfactory commented 1 year ago

This issue is resolved in the main branch.