Try to determine why zipfile.extract() returned errors when developing with Python 3.10
Users of zipfile will wonder why I didn't use extract() in the shapefile download function in config.py.
I tried, kept getting: AttributeError: module 'posixpath' has no attribute 'sep'
Edited by Mike Hearne