Closed sebastian-nagel closed 1 year ago
See Plan for dropping Python 2 support - but there is little to do, only the import statements for urlparse/urljoin need to be removed.
import
urlparse
urljoin
Resolved by #42, duplicates #40.
See Plan for dropping Python 2 support - but there is little to do, only the
import
statements forurlparse
/urljoin
need to be removed.