cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
114 stars 16 forks source link

`urllib.request.URLopener` is deprecated #157

Open barneygale opened 1 month ago

barneygale commented 1 month ago

Wagon uses urllib.request.URLopener, which was deprecated in Python 3.3. Would you accept a patch that uses urlopen() instead? Ta!