diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2013-12-14 14:17:56 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2013-12-14 14:17:56 -0500 |
commit | a0141e1324bccc4dffc1054de013826874497762 (patch) | |
tree | 139ddf1046dbe083f80699fb866d1b7395ecc3de /TODO.txt | |
parent | 124e04f9077cc2b76f9eb28e5f8b7c49a26c4452 (diff) | |
download | python-coveragepy-a0141e1324bccc4dffc1054de013826874497762.tar.gz |
No need for paren-less exec any more.
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ Key: - .format() ? + try/except/finally - with assertRaises - - exec statement can look like a function in py2 (since when?) + + exec statement can look like a function in py2 (since when?) + Remove code only run on <2.6 - Change data file to json |