Issue #1727780: Support loading pickles of random.Random objects created
on 32-bit systems on 64-bit systems, and vice versa. As a consequence
of the change, Random pickles created by Python 2.6 cannot be loaded
in Python 2.5.
diff --git a/Misc/NEWS b/Misc/NEWS
index 99b1058..a1d1160 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -308,6 +308,11 @@
 Library
 -------
 
+- Issue #1727780: Support loading pickles of random.Random objects created
+  on 32-bit systems on 64-bit systems, and vice versa. As a consequence
+  of the change, Random pickles created by Python 2.6 cannot be loaded
+  in Python 2.5.
+
 - Issue #1455: The distutils package now supports VS 2005 and VS 2008 for
   both the msvccompiler and cygwincompiler.