From ab5cdd864276a3c337827963dc70955801c9ea0d Mon Sep 17 00:00:00 2001 From: Yusuke Shinyama Date: Thu, 7 Nov 2013 19:53:57 +0900 Subject: [PATCH] More TODOs. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 48a48ce..8393488 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,8 @@ but it's also possible to extract some meaningful contents (e.g. images). TODO ---- + * Replace STRICT variable with something better. + * Use logging module instead of sys.stderr. * Proper test cases. * PEP-8 and PEP-257 conformance. * Better documentation.