mirror of
https://github.com/python/cpython.git
synced 2026-01-02 13:33:44 +00:00
Merge #16611: BaseCookie now parses 'secure' and 'httponly' flags.
This commit is contained in:
commit
0cb8e5131d
3 changed files with 61 additions and 11 deletions
|
|
@ -40,6 +40,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #16611: http.cookie now correctly parses the 'secure' and 'httponly'
|
||||
cookie flags.
|
||||
|
||||
- Issue #11973: Fix a problem in kevent. The flags and fflags fields are now
|
||||
properly handled as unsigned.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue