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 barry
Recipients
Date 2001-10-19.04:18:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
An older version of Cookie.py that I used in Mailman
allowed : (colon) in the keys.  The version that's in
Python right now does not.  The question comes down to
whether Cookie.py should be a strict interpretation of
RFCs 2109 and 2068 (which appears to mandate such keys
be enclosed in quotes) or a looser interpretation.  

On the one hand, it shouldn't allow you to break the
standards, but OTOH most browsers allow this, and
besides, it's entirely possible that you'll get
ill-conformant cookie data.  Be liberal in what you
accept and strict in what you generate.

Here's the thread in python-dev:

http://mail.python.org/pipermail/python-dev/2001-October/017722.html

Mostly I'm submitting this bug so it doesn't get buried
in my inbox.  Posted patch is attached.
History
Date User Action Args
2007-08-23 13:56:52adminlinkissue472646 messages
2007-08-23 13:56:52admincreate