An empty cookiejar evaluates to False, so it needs to be compared to None for the...
authorAram Dulyan <aram00@gmail.com>
Wed, 9 Mar 2011 11:31:13 +0000 (22:31 +1100)
committerAram Dulyan <aram00@gmail.com>
Wed, 9 Mar 2011 11:31:13 +0000 (22:31 +1100)
commit89192c64f04e9fa49adfc6cf35e10bd98bd64a8e
tree9279db74d1cf0fb5189497666d154024f79c0d08
parenta67cc5c5a98e79545caa89f665bf1528c0c832f4
An empty cookiejar evaluates to False, so it needs to be compared to None for the cookie functionality to work.
requests/core.py