From 6f89b1c2deda70915e6d44028ab1f140f2fe132a Mon Sep 17 00:00:00 2001 From: Dmitry Vasiliev Date: Fri, 12 Nov 2010 13:14:03 +0300 Subject: [PATCH] Done TODO item --- TODO.txt | 2 -- test.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/TODO.txt b/TODO.txt index c3ec77f..2f13cff 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,8 +1,6 @@ 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"; diff --git a/test.py b/test.py index f559bdc..4d2155b 100644 --- a/test.py +++ b/test.py @@ -55,7 +55,7 @@ RuntimeWarning FutureWarning OverflowWarning ImportWarning UnicodeWarning # Erroneous numbers -077 100L 0xfffffffL 0L 08 0xk 0x 0b102 0o78 +077 100L 0xfffffffL 0L 08 0xk 0x 0b102 0o78 0o123LaB # Strings