Pārlūkot izejas kodu

Updated TODO items

Dmitry Vasiliev 16 gadus atpakaļ
vecāks
revīzija
16a47ea6f0
1 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  1. 3
    2
      TODO.txt

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

@@ -1,9 +1,10 @@
1 1
 Now
2 2
 ===
3 3
 
4
-- (Python 3.0) non-ASCII identifiers;
4
+- (Python 3.0) non-ASCII identifiers. Also str.format should be updated;
5 5
 
6
-- (Python 3.0) support for b"..." syntax and remove u"..." syntax;
6
+- (Python 3.0) support for b"..." syntax and remove u"..." syntax. Also all
7
+  escapes need to be updated;
7 8
 
8 9
 Later
9 10
 =====