commit | 43d790c087be582fc9ae61e382aee9eaafd79738 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Jul 16 04:34:56 2003 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Jul 16 04:34:56 2003 +0000 |
tree | a979d99d90a548b401a15b3bf47750aeddf74750 | |
parent | 83325e9087e1072cd51fed09896dc92a524db781 [diff] |
Exercise Jim Fulton's new doctest extension for running doctests in a unittest environment. Since his extension finds docstrings in private functions, it exposed a bug in the difflib doctests.