Use __iter__ rather than the inefficient nested for loops
authorKunal Mehta <legoktm@gmail.com>
Mon, 1 Oct 2012 00:24:56 +0000 (19:24 -0500)
committerRadu Voicilas <radu.voicilas@gmail.com>
Mon, 8 Oct 2012 21:42:48 +0000 (00:42 +0300)
commit4f9e5521480e5b9fa760e0f19274441c363aca5e
tree571a75415b57ff6ade0bd9377341c02768902cff
parente656222188475369ec3493cdeb37d398a7e7e1c5
Use __iter__ rather than the inefficient nested for loops
requests/utils.py