commit | f727c6c2c7e608368fd1514ab46b1ed87ba57baf | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Aug 08 01:48:59 2004 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Aug 08 01:48:59 2004 +0000 |
tree | 3aa4be86e50caa08808d71065da6b2711b7c4529 | |
parent | 9ca3f8551a3b3aede874fa926d82f1dd9fd41754 [diff] |
Deprecated testmod's useless & confusing isprivate gimmick. Ripped out the docs for the new DocTestFinder's namefilter argument, and renamed it to _namefilter; this only existed to support isprivate. Removed the new DocTestFinder's objfilter argument. No point adding more cruft to a broken filtering design.