Message26972
| Author | jjlee |
|---|---|
| Recipients | |
| Date | 2005-12-04.15:52:35 |
| SpamBayes Score | |
| Marked as misclassified | |
| Message-id | |
| In-reply-to |
| Content | |
|---|---|
Logged In: YES
user_id=261020
I don't get it:
>>> import Cookie
>>> c = Cookie.SimpleCookie()
>>> c.load("foo=bar; bar=baz")
>>> c
<SimpleCookie: bar='baz' foo='bar'>
Where's the problem?
In general, don't pay too much attention to that standard, BTW:
http://wwwsearch.sourceforge.net/ClientCookie/doc.html#standards
|
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-08-23 14:36:30 | admin | link | issue1372650 messages |
| 2007-08-23 14:36:30 | admin | create | |