summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-11-28 11:24:16 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-11-28 11:24:16 (GMT)
commit7ca7cb488f54298f1ab44c7b26a6878dc06db41d (patch)
tree6fbeefe3ec121c56f395a2710f649e63be4767e8 /Misc
parentaae1b70a83094314043ad65fc098b2aa7137c294 (diff)
downloadcpython-7ca7cb488f54298f1ab44c7b26a6878dc06db41d.zip
cpython-7ca7cb488f54298f1ab44c7b26a6878dc06db41d.tar.gz
cpython-7ca7cb488f54298f1ab44c7b26a6878dc06db41d.tar.bz2
Forgot to update Misc/NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6c1a0f1..fe5d84c 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.