Re: [Python-Dev] patch for Cookie.py to add support for HttpOnly

2008-09-04 Thread Benjamin Peterson
On Thu, Sep 4, 2008 at 2:31 PM, Matt Chisholm <[EMAIL PROTECTED]> wrote: > Eighteen months ago, Arvin Schnell contributed a really > straightforward three-line patch to Cookie.py adding support for the > HttpOnly flag on cookies: > > http://bugs.python.org/issue1638033 > > In the last eighteen mont

[Python-Dev] patch for Cookie.py to add support for HttpOnly

2008-09-04 Thread Matt Chisholm
Eighteen months ago, Arvin Schnell contributed a really straightforward three-line patch to Cookie.py adding support for the HttpOnly flag on cookies: http://bugs.python.org/issue1638033 In the last eighteen months, HttpOnly has become a de-facto extension to the cookie standard. It is now suppor