cookies: Take a less cowardly approach
authorMichael Becker <mike@beckerfuffle.com>
Tue, 3 Dec 2013 16:00:25 +0000 (11:00 -0500)
committerMichael Becker <mike@beckerfuffle.com>
Fri, 6 Dec 2013 14:02:45 +0000 (09:02 -0500)
commitef5875cc19d8ca34a37662f53e196944595874d8
treed0f08500835a93cdc6e99b10f17248a102d631fe
parent6ac70450dc4c5099ec01cb7d9bf1a1ab653370b4
cookies: Take a less cowardly approach

Per discussion with @sigmavirus24, we'll take the less cowardly approach here.
"the RFC defines the Expires header as a string with the format we're assigning to ``time_template`` so checking if it is a string is unnecessary."

Crossing my fingers that this doesn't break anyones existing code...
requests/cookies.py
test_requests.py