summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index 3a07a079..d6e0ec0b 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -13,15 +13,18 @@ Key:
- --branch = True ?
- Remove 2.3, 2.4, 2.5 limitations
- - set, sorted, reversed, rpartition
- - generator expressions
- - decorators
- - collections.defaultdict
- - .startswith((,))
+ + set, sorted, reversed, rpartition
+ + generator expressions
+ + decorators
+ + collections.defaultdict
+ + .startswith((,))
+ + "with" statements
+ - .format() ?
+ + try/except/finally
- with assertRaises
- exec statement can look like a function in py2 (since when?)
-- Remove code only run on <2.6
++ Remove code only run on <2.6
- Change data file to json
- Create data api
- New ast-based branch coverage?