mirror of
https://github.com/python/cpython.git
synced 2026-07-26 20:03:16 -04:00
Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar.
Patch by Demian Brecht.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user