From 16a47ea6f0cae37f7d7e74b0bc103c224e66af3d Mon Sep 17 00:00:00 2001 From: Dmitry Vasiliev Date: Mon, 22 Sep 2008 13:21:50 +0400 Subject: [PATCH] Updated TODO items --- TODO.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/TODO.txt b/TODO.txt index f60181a..d897680 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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 =====