#5228: add pickle support to functools.partial
diff --git a/Misc/ACKS b/Misc/ACKS
index d5b055c..b7cd25a 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -168,6 +168,7 @@
Raghuram Devarakonda
Toby Dickenson
Mark Dickinson
+Jack Diederich
Yves Dionne
Daniel Dittmar
Jaromir Dolecek
diff --git a/Misc/NEWS b/Misc/NEWS
index 3d15073..62b37f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -710,6 +710,8 @@
- Issue #4396: The parser module now correctly validates the with statement.
+- Issue #5228: Make functools.partial objects can now be pickled.
+
Tests
-----