summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorholger krekel <holger@merlinux.eu>2009-11-25 19:37:34 +0100
committerholger krekel <holger@merlinux.eu>2009-11-25 19:37:34 +0100
commita601f54da31490dde9ded9c160ab679b3539dc2c (patch)
tree01cfb922723a9433c8c46f46f7b671feb6130573
parentb61370af5615d8aa781f1d311fe408e9a036b6da (diff)
downloadpython-coveragepy-git-a601f54da31490dde9ded9c160ab679b3539dc2c.tar.gz
add python3/jython compat TODO
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 01e886c1..bf4e3e56 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -59,6 +59,9 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
* Convenience
+- support distribute/3k installation, register py.test-entrypoint there
+ as well as py-1.1.1 is 2.4-3.1 compatible.
+- skip registering plugin entrypoints if not running on Jython
- Command line modules should also be directories, meaning all the modules in that
directory.
- Why can't a morf also be a string, the name of a module?