Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why isn't Requests included natively with python? #5057

Closed
4evermaat opened this issue Apr 16, 2019 · 3 comments
Closed

why isn't Requests included natively with python? #5057

4evermaat opened this issue Apr 16, 2019 · 3 comments

Comments

@4evermaat
Copy link

I was curious with all of the heavy usage of Requests module, why isn't it just included as a standard python module? Why does the user have to install it?

What does python expect the user to use instead?

@gnahckire
Copy link

urllib.request is in the stdlib.

While you can use that instead of requests, many prefer requests interfaces to urllib.

@ghost
Copy link

ghost commented Apr 19, 2019

Kenneth's original reasoning for this is "The stdlib is where things go to die". However, he did propose adding it to the stdlib here

@4evermaat
Copy link
Author

urllib.request is in the stdlib.

While you can use that instead of requests, many prefer requests interfaces to urllib.

Kenneth's original reasoning for this is "The stdlib is where things go to die". However, he did propose adding it to the stdlib here

Ok. I understand more completely now. And it does make sense now. I didn't realize there was so much politics in getting a module included in the stdlib and the potential loss of control over updates/features.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants