From c773423e1c7e6ef8dd41c5da0b13f6b4cd6f0a28 Mon Sep 17 00:00:00 2001 From: Dmitry Vasiliev Date: Thu, 25 Dec 2008 23:24:05 +0300 Subject: [PATCH] Added new TODO item --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.txt b/TODO.txt index eeb9b08..7d4e0b0 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,6 +1,8 @@ Now === +- String escapes doesn't work inside bytes; + - When we check spelling we don't need to check the whole strings only the content. For example we don't need to check 'u' for spelling in strings like this: u"Some text";