From: Christian Heimes Date: Fri, 28 Nov 2008 11:24:16 +0000 (+0000) Subject: Forgot to update Misc/NEWS X-Git-Tag: v3.0~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ca7cb488f54298f1ab44c7b26a6878dc06db41d;p=python Forgot to update Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 6c1a0f1cd5..fe5d84ca4a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -44,6 +44,8 @@ Library 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.