projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d143ed
)
303 status code
author
Kenneth Reitz
<me@kennethreitz.com>
Sat, 20 Aug 2011 00:12:16 +0000
(20:12 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sat, 20 Aug 2011 00:12:16 +0000
(20:12 -0400)
requests/status_codes.py
patch
|
blob
|
history
diff --git
a/requests/status_codes.py
b/requests/status_codes.py
index c8a47a07913356ff0e61f9adc8ee9f9f823645b7..a809de6ab959f94dab1f824caa5952a9c9667eb6 100644
(file)
--- a/
requests/status_codes.py
+++ b/
requests/status_codes.py
@@
-24,7
+24,7
@@
_codes = {
300: ('multiple_choices',),
301: ('moved_permanently', 'moved', '\\o-'),
302: ('found',),
- 30
2
: ('see_other', 'other'),
+ 30
3
: ('see_other', 'other'),
304: ('not_modified',),
305: ('use_proxy',),
306: ('switch_proxy',),