This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Scott.Wimer
Recipients Scott.Wimer
Date 2011-05-22.03:07:55
SpamBayes Score 8.6245556e-05
Marked as misclassified No
Message-id <1306033676.05.0.763721422351.issue12144@psf.upfronthosting.co.za>
In-reply-to
Content
The actual error is triggered by line 1507 in '_cookie_from_cookie_tuple()'.

An easy fix is to move the setting of '_now' on line 1636 into the 'make_cookies()' method.

That addresses this problem and doesn't look like it would introduce any negative side effects.
History
Date User Action Args
2011-05-22 03:07:56Scott.Wimersetrecipients: + Scott.Wimer
2011-05-22 03:07:56Scott.Wimersetmessageid: <1306033676.05.0.763721422351.issue12144@psf.upfronthosting.co.za>
2011-05-22 03:07:55Scott.Wimerlinkissue12144 messages
2011-05-22 03:07:55Scott.Wimercreate