diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-22 07:25:13 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-09-22 07:25:13 -0400 |
commit | d87971566fc5969ca3f5897a26b10dbbcd21ed1e (patch) | |
tree | 6ecdecde705b8403d74e17cac457839d3d8ada09 | |
parent | ff9099051e0daff7b08035713eeca5696ab3217a (diff) | |
download | python-coveragepy-git-d87971566fc5969ca3f5897a26b10dbbcd21ed1e.tar.gz |
Update TODO for the py3k work.
-rw-r--r-- | TODO.txt | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -51,11 +51,11 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do - Why can't you specify execute (-x) and report (-r) in the same invocation?
Maybe just because -x needs the rest of the command line?
- How will Coverage package install over coverage.py module?
-- Support 2.3 - 3.0?
++ Support 2.3 - 3.1!
http://pythonology.blogspot.com/2009/02/making-code-run-on-python-20-through-30.html
http://www.rfk.id.au/blog/entry/preparing-pyenchant-for-python-3
http://pydev.blogspot.com/2008/11/making-code-work-in-python-2-and-3.html
- - Explicitly set pickle protocol to 2.
+ + Explicitly set pickle protocol to 2.
- Use a .coveragerc file to control Coverage without the programmatic API.
- An inference mode that marks lines as executed if they "must have been" executed:
class definitions, etc, when coverage is started after the class is defined.
@@ -175,7 +175,7 @@ x Tests about the "import __main__" in cmdline.py - Windows
- Ubuntu
- Mac
- - Pythons 2.3, 2.4, 2.5, 2.6
+ - Pythons 2.3, 2.4, 2.5, 2.6, 3.1
- Version number in coverage/version.py
- 3.1a1, 3.1b1, 3.1c1, 3.1
- Update CHANGES, including release date.
|