Python decides for certificate validation
Python decides for certificate validation
Posted Sep 12, 2014 15:11 UTC (Fri) by DavidS (guest, #84675)In reply to: Python decides for certificate validation by leoluk
Parent article: Python decides for certificate validation
After having had the "opportunity" to have to review http APIs in python I'm really wondering why anyone would prefer the abomination that is urllib over python-requests.
In the same time I spent checking how I could (not) solve my TLS use case with urllib I had it already implemented and running with requests. Never looked back.