ソースを参照

Done TODO item

Dmitry Vasiliev 14 年 前
コミット
6f89b1c2de
共有2 個のファイルを変更した1 個の追加3 個の削除を含む
  1. 0
    2
      TODO.txt
  2. 1
    1
      test.py

+ 0
- 2
TODO.txt ファイルの表示

@@ -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 ファイルの表示

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