Patch #1462313, bug #1443328: the pickle modules now can handle classes
that have __private names in their __slots__.
diff --git a/Misc/NEWS b/Misc/NEWS
index dc98c7a..ed48276 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -487,6 +487,9 @@
 Library
 -------
 
+- Patch #1462313, bug #1443328: the pickle modules now can handle classes
+  that have __private names in their __slots__.
+
 - Bug #1250170: mimetools now gracefully handles socket.gethostname()
   failures gracefully.