Updated TODO items

This commit is contained in:
Dmitry Vasiliev
2008-09-22 13:21:50 +04:00
parent f7f1409e29
commit 16a47ea6f0

View File

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