Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments as documented.
diff --git a/Misc/NEWS b/Misc/NEWS
index eea32c1..b517b97 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -364,6 +364,9 @@
 Library
 -------
 
+- Issue #5275: In Cookie's Cookie.load(), properly handle non-string arguments
+  as documented.
+
 - Issue #2666: Handle BROWSER environment variable properly for unknown browser
   names in the webbrowser module.