The Wayback Machine - https://web.archive.org/web/20200716225120/https://github.com/topics/forhumans
Skip to content
#

forhumans

Here are 22 public repositories matching this topic...

requests
psiyan
psiyan commented Feb 28, 2020

When using the url http://docs.python-requests.org/en/latest/, it redirects to https://2.python-requests.org//en/latest/ (notice the extra / before en). This causes a HTTP 404.

Expected Result

The redirect should be to https://2.python-requests.org/en/latest/

Actual Result

HTTP 404

Reproduction Steps

Try to visit the latest en documentation for requests using the

willvousden
willvousden commented Oct 13, 2018

Is the README the only documentation available for this project? I find myself having to read the source to understand the interface and features that are available (e.g., context managers, bulk_query, etc.).

In the case of bulk_query, the arguments are simply passed through to the underlying SQLAlchemy engine, with no explanation. I tracked it down in [SQLAlchemy's documentation](https:/

Improve this page

Add a description, image, and links to the forhumans topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the forhumans topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.