Repository
https://github.com/PyGithub/PyGithub/
PR : https://github.com/PyGithub/PyGithub/pull/998
New Features
Simplify inner http queries by migrating from httplib to requests package. As notified in python documentation:
The Requests package is recommended for a higher-level HTTP client interface.
The work was mostly done in a previous PR but this last chunk was missing.