diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-28 23:21:34 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-28 23:21:34 -0400 |
| commit | 078bea34069101a9b94574be20dfad2cd816d2b6 (patch) | |
| tree | aba280ce779158326e22067146b83b47f96787a4 /TODO.txt | |
| parent | a273422d990e38934a067c88e2d8c94a74251a6a (diff) | |
| download | python-coveragepy-git-078bea34069101a9b94574be20dfad2cd816d2b6.tar.gz | |
Removed recursive nonsense; docstring for exclude()
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ x Tricky swapping of collector like figleaf, pycov, et al. (Don't need to do + Use enumerate
+ Use sets instead of dicts
- Switch from getopt to optparse.
-- Get rid of the recursive nonsense.
++ Get rid of the recursive nonsense.
- Docstrings.
+ Remove huge document-style comments.
- Better names:
|
