benchflow / data-transformers

Spark scripts utilised to transform data to the BenchFlow internal formats
Other
0 stars 0 forks source link

Move to urllib 3 #13

Closed VincenzoFerme closed 7 years ago

VincenzoFerme commented 8 years ago

Use https://github.com/shazow/urllib3

Cerfoglg commented 8 years ago

@VincenzoFerme For now we are using pypy2, so we need to use urllib2 for Python 2.7. We will use urllib3 when we can use pypy3, if we will.

VincenzoFerme commented 8 years ago

@Cerfoglg why? The documentation says:

Tested on Python 2.6+, Python 3.2+, and PyPy, with 100% unit test coverage.

Cerfoglg commented 7 years ago

@VincenzoFerme We use the Minio API, this is no longer necessary