[issue19870] Backport Cookie fix to 2.7 (httponly / secure flag)

Florian Pilz report at bugs.python.org
Tue Dec 3 08:27:08 CET 2013


New submission from Florian Pilz:

Until Python 3.3.3 the Cookie library did not support the httponly and secure flag (see Issue 16611). Therefore the library is not RFC conform until then, so I think there should be a backport into 2.7 and maybe 3.2 as well.

----------
components: Library (Lib)
messages: 205078
nosy: florianpilz
priority: normal
severity: normal
status: open
title: Backport Cookie fix to 2.7 (httponly / secure flag)
type: behavior
versions: Python 2.7, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19870>
_______________________________________


More information about the Python-bugs-list mailing list