Selaa lähdekoodia

Done TODO item

Dmitry Vasiliev 14 vuotta sitten
vanhempi
commit
6f89b1c2de
2 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 0
    2
      TODO.txt
  2. 1
    1
      test.py

+ 0
- 2
TODO.txt Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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