[issue1638033] Add httponly to Cookie module

2008-09-06 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Ok. Applied in r66262. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue1638033] Add httponly to Cookie module

2008-09-05 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: The patch looks good to me and I will apply it soon if there are not objections. Rewriting of Cookie's tests should probably be another issue. -- assignee: -> benjamin.peterson ___ Python trac

[issue1638033] Add httponly to Cookie module

2008-09-05 Thread Matt Chisholm
Matt Chisholm <[EMAIL PROTECTED]> added the comment: 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 httponl

[issue1638033] Add httponly to Cookie module

2008-09-04 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Well, if it's to be added then the patch should be updated to use reST. -- nosy: +benjamin.peterson versions: +Python 2.6, Python 3.0 ___ Python tracker <[EMAIL PROTECTED]>

[issue1638033] Add httponly to Cookie module

2008-09-04 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: To be honest, I don't see any harm in adding this now, especially since rc1 hasn't been released yet. -- nosy: +gvanrossum ___ Python tracker <[EMAIL PROTECTED]>

[issue1638033] Add httponly to Cookie module

2008-09-02 Thread Antoine Pitrou
Antoine Pitrou <[EMAIL PROTECTED]> added the comment: Well, I'm sorry but this a feature request and must be delayed for 2.7/3.1, since 2.6/3.0 are now in the release candidate phase. :-( (as for the patch, it would be nice if it added an unit test for the new feature) -- nosy: +pitrou

[issue1638033] Add httponly to Cookie module

2008-09-02 Thread Matt Chisholm
Matt Chisholm <[EMAIL PROTECTED]> added the comment: Any progress on this? This patch is extremely straightforward (only three lines of code), and should not break existing code. The HttpOnly extension to cookies is now supported by IE, Firefox 3.0, and Opera. This article explains why HttpOn