From dfb5405959bbe14ebcf533cd442c41a314b8a4fd Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 19 Oct 2013 21:52:22 -0400 Subject: Now I can use decorators. --- TODO.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TODO.txt') diff --git a/TODO.txt b/TODO.txt index 4dbc664..a134bb4 100644 --- a/TODO.txt +++ b/TODO.txt @@ -15,9 +15,10 @@ Key: - Remove 2.3, 2.4, 2.5 limitations + set, sorted, reversed, rpartition - generator expressions - - decorators + + decorators - collections.defaultdict + .startswith((,)) + - "with" statements + Remove code only run on <2.6 -- cgit v1.2.1