Dmitry Vasiliev 14 gadus atpakaļ
vecāks
revīzija
6f89b1c2de
2 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  1. 0
    2
      TODO.txt
  2. 1
    1
      test.py

+ 0
- 2
TODO.txt Parādīt failu

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 Parādīt failu

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