Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
and above. Patch by Tim Graham.
diff --git a/Misc/ACKS b/Misc/ACKS
index f0950eb..30b6a0e 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -492,6 +492,7 @@
Shelley Gooch
David Goodger
Hans de Graaff
+Tim Graham
Nathaniel Gray
Eddy De Greef
Grant Griffin
diff --git a/Misc/NEWS b/Misc/NEWS
index 55f95b5..ee1c53f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@
Library
-------
+- Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2
+ and above. Patch by Tim Graham.
+
- Issue #22366: urllib.request.urlopen will accept a context object
(SSLContext) as an argument which will then used be for HTTPS connection.
Patch by Alex Gaynor.