Merge pull request #262 from petermanser/patch-1

Fixing status codes. Somehow these were wrong.
This commit is contained in:
Kenneth Reitz
2011-11-14 13:42:24 -08:00
+3 -3
View File
@@ -95,13 +95,13 @@ Status Code Lookup
::
>>> requests.codes['temporary_redirect']
301
307
>>> requests.codes.teapot
416
418
>>> requests.codes['\o/']
416
200
Cookies
~~~~~~~