diff options
author | holger krekel <holger@merlinux.eu> | 2009-11-25 19:37:34 +0100 |
---|---|---|
committer | holger krekel <holger@merlinux.eu> | 2009-11-25 19:37:34 +0100 |
commit | a601f54da31490dde9ded9c160ab679b3539dc2c (patch) | |
tree | 01cfb922723a9433c8c46f46f7b671feb6130573 | |
parent | b61370af5615d8aa781f1d311fe408e9a036b6da (diff) | |
download | python-coveragepy-git-a601f54da31490dde9ded9c160ab679b3539dc2c.tar.gz |
add python3/jython compat TODO
-rw-r--r-- | TODO.txt | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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?
|