Adding Requests to the standard library
Adding Requests to the standard library
Posted Apr 23, 2015 8:15 UTC (Thu) by bartavelle (guest, #56596)Parent article: Adding Requests to the standard library
> To start with, it comes with its own "carefully curated" (and frequently updated) bundle of certificates from certificate authorities (CAs) for SSL/TLS verification, while Python relies on the system CA bundle. Relying on the system certificate bundle would likely reduce the security of the library, he said.
Looks to me like it will be the other way around (it seems unlikely developers will update their dependencies faster than my distribution), and it introduces an extra thing to take care of when you are not using public CAs, or using a mix of public and private ones. At first glance it looks like a terrible idea.
