mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #262 from petermanser/patch-1
Fixing status codes. Somehow these were wrong.
This commit is contained in:
+3
-3
@@ -95,13 +95,13 @@ Status Code Lookup
|
||||
::
|
||||
|
||||
>>> requests.codes['temporary_redirect']
|
||||
301
|
||||
307
|
||||
|
||||
>>> requests.codes.teapot
|
||||
416
|
||||
418
|
||||
|
||||
>>> requests.codes['\o/']
|
||||
416
|
||||
200
|
||||
|
||||
Cookies
|
||||
~~~~~~~
|
||||
|
||||
Reference in New Issue
Block a user