Closed acatton closed 9 years ago
In Python 3 headers.key() is an iterator. Therefore it gets consumed during the first yield ... for i in headers.keys()
In Python 3 headers.key() is an iterator. Therefore it gets consumed during the first yield ... for i in headers.keys()