mirror of
https://github.com/python/cpython.git
synced 2026-04-02 18:10:59 +00:00
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Patch by Demian Brecht.
This commit is contained in:
parent
79fbeee237
commit
577fc4e87f
3 changed files with 57 additions and 15 deletions
|
|
@ -18,6 +18,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
|
||||
Patch by Demian Brecht.
|
||||
|
||||
- Issue #23051: multiprocessing.Pool methods imap() and imap_unordered() now
|
||||
handle exceptions raised by an iterator. Patch by Alon Diamant and Davin
|
||||
Potts.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue