Dmitry Vasiliev 16 лет назад
Родитель
Сommit
c773423e1c
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      TODO.txt

+ 2
- 0
TODO.txt Просмотреть файл

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