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)
committerKunal Mehta <legoktm@gmail.com>
Mon, 1 Oct 2012 00:24:56 +0000 (19:24 -0500)
commit5cd116d078ca885f81c89390d1e5ebe8cd7f5068
tree120979a5da58ac223ac4d09e7c6224b6423c7e68
parent5ce25688e0a88a892d33cdb23ff6e097ff6829d9
Use __iter__ rather than the inefficient nested for loops
requests/utils.py