commit | 544f1195b113688008e23d86f8ee5a5a8537645f | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Jul 27 05:22:33 2004 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Jul 27 05:22:33 2004 +0000 |
tree | c5e30d3e85ae6b106a558774f0de7262fcaf26f9 | |
parent | 7b9190b8fc416f97c17ca6461dd73967813516c7 [diff] [blame] |
Patch #995766: Keyword argument support in cPickle.
diff --git a/Misc/NEWS b/Misc/NEWS index a7b0f1d..289754d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -41,6 +41,8 @@ Extension modules ----------------- +- cpickle now supports the same keyword arguments as pickle. + Library -------