Forgot to update Misc/NEWS
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c1a0f1..fe5d84c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,8 @@
 Docs
 ----
 
+- Issue #4449: Fixed multiprocessing examples
+
 - Issue #3799: Document that dbm.gnu and dbm.ndbm will accept string arguments
   for keys and values which will be converted to bytes before committal.