summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorakuchling <akuchling@rivest.dlitz.net>2002-05-23 13:50:17 -0700
committerakuchling <akuchling@rivest.dlitz.net>2002-05-23 13:50:17 -0700
commitf5580c2be024cd6e7a223d2d3244227e845c965c (patch)
tree9b53ebcc1d2c8ce9f1e04ad13cede8a76d441fec /TODO
parent71918022aa351441c365030fa2d25a4a3e3f6e76 (diff)
downloadpycrypto-f5580c2be024cd6e7a223d2d3244227e845c965c.tar.gz
[project @ akuchling-20020523205017-99f45a1a805d342a]
[project @ 2002-05-23 13:50:17 by akuchling] Updated file
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 3 insertions, 9 deletions
diff --git a/TODO b/TODO
index 8d9aba1..88f4303 100644
--- a/TODO
+++ b/TODO
@@ -1,15 +1,9 @@
For 1.9alpha2:
-* Proofread all the error messages and improve them
-
-* Replace Hash/HMAC.py with the hmac module in the standard library
-
-* Look at the C code and modernize it to the current memory APIs,
- class-based exceptions, etc.
-
-* MD5.py, SHA.py: ensure the module contents match the documented API,
- even on old versions of Python.
+* Add test for random pool code, which seems the most buggy
+ module in the package.
+
* Update documentation
* Document the functions and macros for adding a new algorithm