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 glyphobet
Recipients arvins, benjamin.peterson, glyphobet, gvanrossum, jimjjewett, jjlee, moese, pitrou
Date 2008-09-05.19:28:37
SpamBayes Score 6.986315e-05
Marked as misclassified No
Message-id <1220642919.57.0.539873121508.issue1638033@psf.upfronthosting.co.za>
In-reply-to
Content
I have updated the diff to use reST for the docs.  I removed the link to
MSDN from the reST docs because it is broken and I could not find the
article that it was intended to point to.  I also slightly re-worded the
paragraph describing httponly.  

I did not add any tests for the new feature as Antoine Pitrou requested,
because the test for Cookie only tests SimpleCookie. It does not test
expires, max-age, secure, or any of the other cookie attributes that
Cookie.py sets. Testing httponly (or any of the other cookie attributes)
would require rewriting most of the test.
History
Date User Action Args
2008-09-05 19:28:39glyphobetsetrecipients: + glyphobet, gvanrossum, jjlee, jimjjewett, pitrou, moese, arvins, benjamin.peterson
2008-09-05 19:28:39glyphobetsetmessageid: <1220642919.57.0.539873121508.issue1638033@psf.upfronthosting.co.za>
2008-09-05 19:28:38glyphobetlinkissue1638033 messages
2008-09-05 19:28:38glyphobetcreate