The Wayback Machine - https://web.archive.org/web/20200708202751/https://github.com/topics/python-requests
Skip to content
#

python-requests

Here are 118 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

cpnielsen
cpnielsen commented Sep 14, 2015

This is not critical, but in keeping parity with requests I thought it would be worth mentioning.

If you pass in an integer or float argument as a parameter to send, the encode_with function fails (https://github.com/sigmavirus24/requests-toolbelt/blob/master/requests_toolbelt/multipart/encoder.py#L385) as it assumes that all input is either a string or None/bytes (in which cases it does not at

Improve this page

Add a description, image, and links to the python-requests 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 python-requests topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.