summaryrefslogtreecommitdiff
path: root/python-3-changes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'python-3-changes.txt')
-rw-r--r--python-3-changes.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/python-3-changes.txt b/python-3-changes.txt
index bd524aa..687396f 100644
--- a/python-3-changes.txt
+++ b/python-3-changes.txt
@@ -57,6 +57,8 @@ Do not use assert_/failUnless or failIf. These are deprecated and are scheduled
Use instead assertEqual(expr,True) for assert_ and assertEqual(expr,False) for
failIf
+Added unit tests for Crypto.Random.random. Fixed random.shuffle().
+
C code:
Extended "pycrypto_compat.h". It handles #define's for Python 3.x forward