From 21a573403affc910a91cd96bad5cfd1141e47622 Mon Sep 17 00:00:00 2001 From: Dmitry Vasiliev Date: Sat, 20 Sep 2008 23:57:54 +0400 Subject: [PATCH] Added new TODO item --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.txt b/TODO.txt index e23ffe1..a75ea4a 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,5 +1,7 @@ - Python 3.0 string formatting +- Highligh errors where symbols follow by numbers like this: 0o123LaB + - Need more accurate way to handle indentation errors. For example mixing spaces and tabs may be used for pretty formatting;