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

+ 1
- 1
test.py View File

55
 
55
 
56
 # Erroneous numbers
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
 # Strings
60
 # Strings
61
 
61