From 2afe4c9fbf3703aaeb78c95905c107f9e7edf0de Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Wed, 6 Jan 2016 23:18:25 +0000 Subject: [PATCH] Add more todos. --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 939e1f8..e8db8ee 100644 --- a/TODO +++ b/TODO @@ -13,6 +13,9 @@ Todo - Report on python doctests. (also coverage of) - Treat any compressed file as though it is uncompressed. But the metadata tool should still report on the original compressed file. +- Cache tools._python_version. +- Determine if perl files are perl5 or perl6. +- Colourise mccabe. Done