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
commitebb5ca5f5ba29d3389f2b57e49f0a3d9648938a7 (patch)
tree649c88066d75df2cad732d749c054329be7e62cc
parent1a6b591c080c84932ba27990d95cbbd356fbacc9 (diff)
downloadpython-coveragepy-ebb5ca5f5ba29d3389f2b57e49f0a3d9648938a7.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 01e886c..bf4e3e5 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?