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.
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.