summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-07-27 05:22:33 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-07-27 05:22:33 (GMT)
commit544f1195b113688008e23d86f8ee5a5a8537645f (patch)
treec5e30d3e85ae6b106a558774f0de7262fcaf26f9 /Misc
parent7b9190b8fc416f97c17ca6461dd73967813516c7 (diff)
downloadcpython-544f1195b113688008e23d86f8ee5a5a8537645f.zip
cpython-544f1195b113688008e23d86f8ee5a5a8537645f.tar.gz
cpython-544f1195b113688008e23d86f8ee5a5a8537645f.tar.bz2
Patch #995766: Keyword argument support in cPickle.
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 a7b0f1d..289754d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,6 +41,8 @@ Core and builtins
Extension modules
-----------------
+- cpickle now supports the same keyword arguments as pickle.
+
Library
-------