Browse Source

Done TODO item

Dmitry Vasiliev 13 years ago
parent
commit
6f89b1c2de
2 changed files with 1 additions and 3 deletions
  1. 0
    2
      TODO.txt
  2. 1
    1
      test.py

+ 0
- 2
TODO.txt View File

@@ -1,8 +1,6 @@
1 1
 Now
2 2
 ===
3 3
 
4
-- String escapes doesn't work inside bytes;
5
-
6 4
 - When we check spelling we don't need to check the whole strings only the
7 5
   content. For example we don't need to check 'u' for spelling in strings
8 6
   like this: u"Some text";

+ 1
- 1
test.py View File

@@ -55,7 +55,7 @@ RuntimeWarning FutureWarning OverflowWarning ImportWarning UnicodeWarning
55 55
 
56 56
 # Erroneous numbers
57 57
 
58
-077 100L 0xfffffffL 0L 08 0xk 0x  0b102 0o78
58
+077 100L 0xfffffffL 0L 08 0xk 0x  0b102 0o78 0o123LaB
59 59
 
60 60
 # Strings
61 61