shotgunsoftware / python-api

A Python-based library for accessing Flow Production Tracking API.
https://developer.shotgridsoftware.com/python-api
Other
306 stars 198 forks source link

SG-30084 Custom revert of 3e72b44a to fix the SSLEOFError #347

Open julien-lang opened 3 months ago

julien-lang commented 3 months ago

Could not "git revert" because the files have changed too much

All this code in 3e72b44a was created to support Python versions 2.5 and below (the Python SSL module was added in Python 2.6: https://docs.python.org/2.7/library/ssl.html)

Since we don't support these versions of Python anymore and this creates a problem with SSLEOFError, let's just revert it all.