[Python-Dev] Deprecated Cookie classes in Py3k (original) (raw)
techtonik techtonik at gmail.com
Wed May 28 18:45:47 CEST 2008
- Previous message: [Python-Dev] Deprecated Cookie classes in Py3k
- Next message: [Python-Dev] PEP 371 Discussion (pyProcessing Module)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, May 28, 2008 at 6:57 PM, Georg Brandl <g.brandl at gmx.net> wrote:
It was most likely an oversight on my part. I've now removed the classes from the 3000 module.
Nice! =) If you're up to fixing the docs, could you, please, also review the fresh issue about this module. http://bugs.python.org/issue2988
Browsers allow to create invalid (non RFC) cookies rather easily and they crash python web scripts on the same domain, because developers usually not aware of this problem to catch the exception. There is a test case and several proposals for workarounds in Cookie (http.cookies) module.
-- --anatoly t. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20080528/ca6016f1/attachment.htm>
- Previous message: [Python-Dev] Deprecated Cookie classes in Py3k
- Next message: [Python-Dev] PEP 371 Discussion (pyProcessing Module)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]