summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-25 09:14:45 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-25 09:14:45 -0400
commitb00e462c7aa80dcddf3437a4fef426ae6a591c02 (patch)
treeb5d46194009eb2d17dea3ecf387b63b609a74008
parentfa3756ab0131b707fd3960e70dcf72fd65df3897 (diff)
downloadpython-coveragepy-git-b00e462c7aa80dcddf3437a4fef426ae6a591c02.tar.gz
Doing research on Python 3 conversion.
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index dc262124..2fea35f5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -62,6 +62,9 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do
- How will Coverage package install over coverage.py module?
- Support 2.3 - 3.0?
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.
- 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.