commit | 7ca7cb488f54298f1ab44c7b26a6878dc06db41d | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Fri Nov 28 11:24:16 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Fri Nov 28 11:24:16 2008 +0000 |
tree | 6fbeefe3ec121c56f395a2710f649e63be4767e8 | |
parent | aae1b70a83094314043ad65fc098b2aa7137c294 [diff] [blame] |
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.