From 5dc2f8f216a49ff2254dc1edc451904e188e5e9b Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Fri, 31 Dec 2010 00:15:34 -0500 Subject: Add unit tests for Crypto.Random.random o Add unit tests o Fix random.shuffle() o random.sample() does not work on 2.1. This has not been fixed. --- python-3-changes.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python-3-changes.txt') 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 -- cgit v1.2.1