303 status code
authorKenneth Reitz <me@kennethreitz.com>
Sat, 20 Aug 2011 00:12:16 +0000 (20:12 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Sat, 20 Aug 2011 00:12:16 +0000 (20:12 -0400)
requests/status_codes.py

index c8a47a07913356ff0e61f9adc8ee9f9f823645b7..a809de6ab959f94dab1f824caa5952a9c9667eb6 100644 (file)
@@ -24,7 +24,7 @@ _codes = {
     300: ('multiple_choices',),
     301: ('moved_permanently', 'moved', '\\o-'),
     302: ('found',),
-    302: ('see_other', 'other'),
+    303: ('see_other', 'other'),
     304: ('not_modified',),
     305: ('use_proxy',),
     306: ('switch_proxy',),