summaryrefslogtreecommitdiff
path: root/python-3-changes.txt
diff options
context:
space:
mode:
authorThorsten Behrens <sbehrens@gmx.li>2010-12-31 00:15:34 -0500
committerThorsten Behrens <sbehrens@gmx.li>2010-12-31 00:15:34 -0500
commit5dc2f8f216a49ff2254dc1edc451904e188e5e9b (patch)
treec513f07e570ea7bde3acb4a2c00c35b3e2cd510d /python-3-changes.txt
parent4082de9a483d63f49746b1a96d988b5423aa44b6 (diff)
downloadpycrypto-5dc2f8f216a49ff2254dc1edc451904e188e5e9b.tar.gz
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.
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