From 4082de9a483d63f49746b1a96d988b5423aa44b6 Mon Sep 17 00:00:00 2001 From: Thorsten Behrens Date: Thu, 30 Dec 2010 07:15:35 -0500 Subject: Add Ron Rivet Test o Add Ron Rivet DES test to test_DES.py o Started on API documentation for 3.x --- python-3-changes.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) mode change 100755 => 100644 python-3-changes.txt (limited to 'python-3-changes.txt') diff --git a/python-3-changes.txt b/python-3-changes.txt old mode 100755 new mode 100644 index 2b7b164..bd524aa --- a/python-3-changes.txt +++ b/python-3-changes.txt @@ -105,8 +105,9 @@ TODO: text string. hexdigest() returns a text string digest() returns a byte-string. -- Look into LIBPATH/%LIB% and /NODEFAULTLIB:LIBCMT in setup.py for libgmp/libmpir -- Go through test cases and see which modules are not covered -- Make sure DerSequence slicing is tested, since I took the explicit slice functions - away in 3.x +- Need additional unit tests for Protocol/AllOrNothing, PublicKey/ElGamal, + random/random +- Make sure DerSequence slicing is tested, since I took the explicit slice + functions away in 3.x +- PublicKey/qNEW will not be unit-tested. Is it time to do away with it? - Test install on all tested Python versions -- cgit v1.2.1