psf / requests

A simple, yet elegant, HTTP library.
https://requests.readthedocs.io/en/latest/
Apache License 2.0
52.17k stars 9.33k forks source link

Requests3 Docs: Add migration path for api from Requests2 #5139

Closed AnneTheAgile closed 4 years ago

AnneTheAgile commented 5 years ago

Summary.

Expected Result

Docs page which has migration for 1-2 also has for 2-3 ; https://github.com/kennethreitz/requests3/blob/master/docs/api.rst

Actual Result

Only 1-2 is still on docs/api.rst, even on repo requests3 (which has no issues only PR's)

Reproduction Steps

browse ^^

System Information

This is for dev docs
AnneTheAgile commented 5 years ago

If right now everything is fully back compatible, I am happy to give a PR for that. The only note then would be to ensure you are not using python 2, because Requests3 only supports python3.6+ per the readme.

nateprewitt commented 4 years ago

Hi @AnneTheAgile, this reply is a bit later than it should have been. This project doesn't have any plans for Requests3 at this time, so I don't believe we'll be distributing documentation on migrating. Thanks for the suggestion though!