ThreeSixtyGiving / datagetter

Scripts to download data from http://registry.threesixtygiving.org
MIT License
1 stars 1 forks source link

Replace incompatible rfc6266 lib with standard equivalent #25

Closed mythic-beasties closed 3 years ago

mythic-beasties commented 3 years ago

The rfc6266 and lepl packages are no longer maintained, and as of Python 3.7 onwards are broken by the introduction of PEP-479.

This PR replaces the single use of the rfc6266 parser with an equivalent available in the Python standard libraries, to allow compatibility with newer versions of Python while avoiding a regression in older versions.